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

#1
Support / Are there any Chinese developer here?
April 13, 2015, 03:44:53 PM
Hi everyone:
I'm start to learn the jpct-ae,need some help,Are there any Chinese  developer here?
My QQ:278870738
Email:chenjingbo@zhihegame.com
#2
Thanks.
I change the version, and it can load,but in screen there is nothing to show. I trace the center of object,the "getTransformedCenter()" return very big,like this"-3916.4282,41.0414,-3625.6433".
So how to show it like this?
My test:
   Camera cam = world.getCamera();
   cam.moveCamera(Camera.CAMERA_MOVEOUT, 50);
   cam.lookAt(cube.getTransformedCenter());
            
   SimpleVector sv = new SimpleVector();
   sv.set(cube.getTransformedCenter());
   sv.y+=100;
   sv.z-=100;
   sun.setPosition(sv);

make it look at the object ,but on screen,it show nothing.
Can you teach me about this ?

PS:The attachment is my test object.

thank you very much.
#3
hello everyone
Q1:
I'm working on a old version of android source ,but it is not have the jpct-ae.jar, so I can't load the ser file ,error like this:
java.lang.RuntimeException: [ 1428917174539 ] - ERROR: Can't deserialize object: [ 1428917174537 ] - ERROR: Unsupported version: 2
the .ser file is upload as attach

Q2:
Why the .png texture can't load in some version of jpct-ae?,It show nothing.



If any one have that version ,pls send me a email with .jar
email:chenjingbo@zhihegame.com

Thanks~