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 - ngvannam5

#1
while touch on screen check width position of Object3D?
#2
Support / how to check event touch on Object3D?
May 08, 2012, 09:39:58 AM
I have Object3D in skybox background. While I move camera then Ojbect3D move.
How to check event touch on Object3D miss?
#3
Projects / Re: Christmas Tree Live Wallpaper
May 03, 2012, 03:18:29 PM
Very cool!

You support to me someone question to it:
1.  How to do keep tree while move left / right background (sky box)?
2. How to know no move background when out page on the home screen? (no move left page home screen zero)?
#4
Bones / Re: Set multi texture in bones
April 26, 2012, 03:51:59 AM
Help me? help
#5
Bones / Set multi texture in bones
April 25, 2012, 10:10:36 AM
help Me,
TextureManager.getInstance().addTexture("skin", genieskintex);
  TextureManager.getInstance().addTexture("cloth", genieclothtex);
  TextureManager.getInstance().addTexture("apha", genieaphatex);
  TextureManager.getInstance().addTexture("hair", geniehairtex);
 
 
  for (Animated3D a : masterNinja) {
   a.setTexture("skin");
   a.setTexture("cloth");
   a.setTexture("apha");
   a.setTexture("hair");
  }
 
  for (AnimatedGroup group : ninjas) {
   for (Animated3D a : group) {
    a.setTexture("skin");
    a.setTexture("cloth");
    a.setTexture("apha");
    a.setTexture("hair");
   }
  }

Then  setTexture the last one setTexture("hair"), no setTexture skin, cloth and apha ?
#7
hi All,
create project run error :
Quote03-26 15:17:32.041: E/AndroidRuntime(558): FATAL EXCEPTION: main
03-26 15:17:32.041: E/AndroidRuntime(558): java.lang.NoClassDefFoundError: com.threed.jpct.RGBColor
03-26 15:17:32.041: E/AndroidRuntime(558):     at com.gkxim.android.gmob3d.Gmob3DActivity.onCreate(Gmob3DActivity.java:76)
03-26 15:17:32.041: E/AndroidRuntime(558):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
03-26 15:17:32.041: E/AndroidRuntime(558):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
03-26 15:17:32.041: E/AndroidRuntime(558):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
03-26 15:17:32.041: E/AndroidRuntime(558):     at android.app.ActivityThread.access$2300(ActivityThread.java:125)
03-26 15:17:32.041: E/AndroidRuntime(558):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
03-26 15:17:32.041: E/AndroidRuntime(558):     at android.os.Handler.dispatchMessage(Handler.java:99)
03-26 15:17:32.041: E/AndroidRuntime(558):     at android.os.Looper.loop(Looper.java:123)
03-26 15:17:32.041: E/AndroidRuntime(558):     at android.app.ActivityThread.main(ActivityThread.java:4627)
03-26 15:17:32.041: E/AndroidRuntime(558):     at java.lang.reflect.Method.invokeNative(Native Method)
03-26 15:17:32.041: E/AndroidRuntime(558):     at java.lang.reflect.Method.invoke(Method.java:521)
03-26 15:17:32.041: E/AndroidRuntime(558):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
03-26 15:17:32.041: E/AndroidRuntime(558):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
03-26 15:17:32.041: E/AndroidRuntime(558):     at dalvik.system.NativeStart.main(Native Method)