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.


Messages - kefeihappy

Pages: [1]
1
Support / Get the distance
« on: April 18, 2014, 11:22:08 am »


Hello sir ,  I have a question need  your help!
 It's a Car's Game, The road is a Model of 3ds,
the car in the road,I want to get the Distance to the road on both sides of the car, 

to Make the car in the road!  ( both sides of road  is  wall!)

can you help me !
Thanks you!(Please forgive my English is not good, I'm from China)


2
Support / Re: the Addchild function
« on: April 17, 2014, 03:38:02 am »
 Thanks sir, I will do it  like this  !

3
Support / the Addchild function
« on: April 16, 2014, 06:00:00 am »
hello  sir 
  I'm  working  an Android  Game  about car!,
I have a group of objects (example, it is a car and its 4 wheels).
 car.addchild(wheel1);
 car.addchild(wheel2);
 car.addchild(wheel3);
 car.addchild(wheel4);
There is a special needs,
in game ,I  want to translate car,(not include wheels),  But a moving car and wheels, if I  translate wheels,  It's  work well(not include car),
there  are  some solutations can   do ?
Thanks you!(Please forgive my English is not very good, I'm from China)

4
Support / Re: the phone's fit
« on: April 01, 2014, 11:18:58 am »
HAHA, I am sorry!
the problem with this was  that! 
I am usiging JPCT to make Android Mobile game, after successively using fb.bit() method to draw the map, i found the position and the size displayed on the screen cannot match with my device resolution. Is there any way to resolve this problem?


5
Support / the phone's fit
« on: April 01, 2014, 03:28:48 am »
Hello, I need your help!
Is there any way to solve the problem of cell phone screen size fit about JPCT?
eg: The phone's pix  1280 720 ,  such 800 480   so on!

6
Support / About Clone
« on: February 21, 2014, 10:44:52 am »
Hello sir 
I  want to Clone an Object3d,
Code: [Select]
object_Clone_road= Model_4_road.cloneObject();
world.addObject(object_Clone_road);
Model_4_road.addChild(object_Clone_road);
When Mode_4_road.addCHild(object_Clone_road); It's Doesn't work,
What's the Wrong?

7
Support / About .ser
« on: February 18, 2014, 08:46:31 am »
Hello sir :
 I'm learnning JPCT_ae, there are a question  maybe you can help me!
I have a   3ds model,  when I load it   to the .ser, there two .sers, Which one
can I Loading it  in the code?

8
Support / Change the Model's Alpha
« on: February 14, 2014, 04:41:24 am »
Hello.sir   
I  had load the Model to the Object3D,
but ..but  I want to change the Object3D's Alpha   anytime int the Game, 
What should I do?
maybe change Model Texture's alpha is a good idea,  it work well?
Thank!

9
Bones / Bones animations
« on: February 13, 2014, 07:45:41 am »
Hello  raft:   
there are  some  problems, I think I  need you help;
about Bones-android -ninja
I'm already loaded  my girl.gound.bones ,And they  work   well!
but... but  I  don't know  how to  start Animations!
maybe   I don't look for the Method!  can you help sir?

10
Bones / Re: About Ninja_Demo
« on: February 12, 2014, 10:55:33 am »
oh  my god,  It's cast me 3 hours to look for it  in javadocs,

but ....I  can't   create  it  (eg Ninja.group.bones) ;

maybe you can tell  the means,  :P


11
Bones / About Ninja_Demo
« on: February 12, 2014, 08:55:34 am »
Hello   I  need your help 
Can  you tell me what's ninja.group.bones?
 a 3D Model?  And  how to get It?
THanks

Pages: [1]