Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - SuperCreeper

#1
Aw, yeah! I solved the problem! I've read some docs about AIDE, so each time I changing the files in /assets/, I must tap the "Refresh Build" button instead of "Run".
Anyway: Wolf17, thank you very much for your help!
#2
I've resized the texture. Now it's 256x256. But I still having this problem :(
#3
I can't attach file to the post, because file size > 64kb. So, try to download from other file hosting: https://www.dropbox.com/s/g11eyo1caqvh13e/HelloWorld-AE.zip
#4
Yes, I've tried to re-create and re-load my scene. But I still having these errors.
#5
And that's my HelloWorld project
http://www.datafilehost.com/d/13495410
#6
Quote from: Wolf17 on December 09, 2013, 11:55:51 AM
Make sure to include all the assets that you can visually see in your jbrush editor. :)
I included all the assets.
If you need, here's what testscene.txt contains:
fp-floor.3ds on-floor tp-mcgrass.png rx-0.0 ry-0.0 rz-0.0 tx-0.0 ty-10.0 tz-0.0 oc-0 cx-0 cz-0.0 cc-true sl-false ot--1 bm-null pa-null os-1.0 st-0 sh-1
fp-table_lowpoly.3ds on-table_lowpoly tp-planks02.jpg rx-0.05 ry--0.7500001 rz-0.0 tx-0.0 ty-0.0 tz--10.0 oc-0 cx-0 cz-0.0 cc-true sl-false ot--1 bm-null pa-null os-5.5 st-0 sh-1
#7
Hello! I've created the world using jBrush v0.3 and exported all files to the /assets/ folder in HelloWorld project.
I'm tried to load my world with this code:

            AssetManager am = getAssets();
            objects = Scene.loadLevelAE("testscene.txt", objects, world, am);

I placed that code in onSurfaceChanged method below the world.addObject(cube).
Here's my LogCat and piece of code:
My /assets/ folder contains now:
floor.3ds
mcgrass.png
table_lowpoly.3ds
planks02.jpg
testscene.txt

How I can fix it?
P.S. Excuse for my English, please.