Finally I add two object3D, picture under, picture overground.
When getAction return MOVE i reduce transparency of Object
.
Thank you.
When getAction return MOVE i reduce transparency of Object
.Thank you.
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
.
.
:
String[] textures = getAssets ().list("textures");
for (int i = 0; i < textures.length; ++i)
{
TextureManager.getInstance().addTexture(textures[i], new Texture(BitmapHelper.rescale(BitmapHelper.loadImage(getResources(). getAssets (). open ("textures" + "/" + textures[i])), 256, 256)));
}
:
ImageTargetsRenderer.obj3D = Object3D.mergeAll(Loader.load3DS(stream, absScale));
:
obj3D.setTexture("Metal_Co");
obj3D.setTexture("Metal_Ro");

Page created in 0.037 seconds with 12 queries.