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

Pages: 1 ... 4 5 [6] 7 8 ... 12
76
Support / The question about setTexture
« on: December 14, 2014, 03:43:46 am »
Hello Egon,   I pack some texture images into one large picture, I want to set model texture by each texture image coordinates (I can get the coordinates) , but I don't know how to do this ? I only found setTexture(String) and setTexture(TextureInfo) , I try    setTexture(TextureInfo) method but not work ok for me. Please help me, thank a lot  :)

77
Support / Re: The question about the model location
« on: November 25, 2014, 12:49:20 pm »
Well , if I 'm right,  maybe have some way let model rotate by world origin (0,0,0)  . :)

MM, setRotationPivot can do this !  thanks very much !

78
Support / Re: The question about the model location
« on: November 25, 2014, 12:46:36 pm »
So the last result is like attached picture , sorry for attached so many picture (64K limit )

79
Support / Re: The question about the model location
« on: November 25, 2014, 12:44:29 pm »
but the jpct act rotate  is attached picture

80
Support / Re: The question about the model location
« on: November 25, 2014, 12:43:11 pm »
and I wanted rotate effect is attached picture

81
Support / Re: The question about the model location
« on: November 25, 2014, 12:38:26 pm »
Maybe I find the problem, before the roate ,see attached picture

82
Support / Re: The question about the model location
« on: November 25, 2014, 10:22:39 am »
Hello   Egon, If i  don't rotate the  tunnel model   and  bezier curve , the  tunnel model position is ok (see attached picture), but when I rotate the model tunnel.rotateX((float)Math.PI);    and  mirror the  bezier curve point by  x-coordinate, the position is not ok, I think maybe mirror the bezier curve point is wrong ,  I don't know how to rotate point ,  I use code like this:

mywaypoint = new SimpleVector((float)curvepoint[k++],(float)curvepoint[k++], -1 * (float)curvepoint[k++]);


please help me  to check  where is wrong ,  Thanks !

83
Support / Re: The question about the model location
« on: November 24, 2014, 01:43:37 pm »
I'm sorry for reply later,  I   make the tunnel model in blender,  the tunnel position  is fixed (as the picture I show),  not random, now I  export the
bezier curve and tunnel model  , I use bezier curve data to create an race way , and place the tunnel model at right postion as  designed in blender.   My question is  should I do some special translate  for  locate the tunnel model  at desinged position ?  I hope you can see my mean.

I 'm so sorry for my poor english ;)

84
Support / Re: The question about the model location
« on: November 21, 2014, 01:29:56 am »
Yes , translating tunnel to the correct position in my code

85
Support / The question about the model location
« on: November 20, 2014, 09:58:28 am »
Hello,  I made a tunnel  on Bézier curve(this curve is my road way, I will use Bézier curve generate the race road by program), if I import the  tunnel model in jpct-ae , How can I location the tunnel position on Bézier curve  at right postion ( I means put the tunel on desized position , the position the same as  in blender tool)?  thanks very much.

86
Support / Re: How to detect the object have moved behind the camera?
« on: November 19, 2014, 10:37:34 am »
Thanks for your help ,I will try it :)

87
Support / How to detect the object have moved behind the camera?
« on: November 19, 2014, 06:32:17 am »
Hello ,   I have some trees in my game ,   when one tree  out of view ( behind the camera and no long see)  I will tranlate this tree to ahead , do this again and again  , so looks there have many trees on road side.  My question is  How to detect the tree  is behind the camera (or out of view) ? I think maybe have simple way to do this , Thanks a lot  :)

88
News / Re: Version 1.29 has been released!
« on: November 08, 2014, 08:09:03 am »
Great !  Thanks  :)

89
Support / Re: How to perform attachments effect by jpct-ae?
« on: November 08, 2014, 01:53:01 am »
Thanks ,    lawless_c,  I want to implent this effect by simple way ,  thanks for your help  :) :)

90
Support / Re: How to perform attachments effect by jpct-ae?
« on: November 07, 2014, 04:17:41 am »
Ok, Thanks

Pages: 1 ... 4 5 [6] 7 8 ... 12