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.


Topics - ganesh

Pages: [1]
1
Support / PhysicsTest Example program got error while running
« on: February 15, 2014, 12:29:41 pm »
I have download your physics test program from your site.

But I got a error.please help me how do run your program.Now Iam using eclipse android in linux.

I have already set .jar files in build path.

Error Message :
   
Code: [Select]
02-15 17:02:41.142: E/AndroidRuntime(586): FATAL EXCEPTION: GLThread 9
02-15 17:02:41.142: E/AndroidRuntime(586): java.lang.RuntimeException: [ 1392463961096 ] - ERROR: Failed to choose config!
02-15 17:02:41.142: E/AndroidRuntime(586): at com.threed.jpct.Logger.log(Logger.java:193)
02-15 17:02:41.142: E/AndroidRuntime(586): at com.threed.jpct.util.AAConfigChooser.error(AAConfigChooser.java:178)
02-15 17:02:41.142: E/AndroidRuntime(586): at com.threed.jpct.util.AAConfigChooser.chooseConfig(AAConfigChooser.java:139)
02-15 17:02:41.142: E/AndroidRuntime(586): at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:916)
02-15 17:02:41.142: E/AndroidRuntime(586): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1246)
02-15 17:02:41.142: E/AndroidRuntime(586): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1116)

   




2
Support / load 3ds model issue in android (JPCT-AE)
« on: February 07, 2014, 01:13:43 pm »
I have load 3ds model in game.but i get out of memory issue what i do.Because i new in using jpct.  please explain it via code

There is my code load 3ds model code
Code: [Select]
                             snork = Loader.loadMD2(res.openRawResource(R.raw.snork),  15f);
snork.getMesh().cloneMesh(true);

snork.translate(0, -25, -50);
snork.setTexture("disco");
snork.strip();
snork.build();

Pages: [1]