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

Pages: [1]
1
Support / Re: Translating an Object3D to the touch point
« on: March 07, 2013, 08:04:48 am »
Dear EgonOlsen,

I search lot's in google to get a sample code of game using jpct ae. But I have not get yet. If you post source code of game develop by you using JPCT ae. Then I able to learn some thing from that. If u post a video tutorial for this then I am very happy and become muster to use it.

Thanks
Gourab Singha

2
Support / Re: Translating an Object3D to the touch point
« on: March 06, 2013, 11:17:52 am »
Hi EgonOlsen,

I use example made by Babu. I modify that code for my self. I attach that with this post.Can you peace check it. I just wnat to make the Object3D smaller that present when I move this from +y axis to -y axis.   Can you explain bellow lines


int Z_PLANE  = 0;
float a = (Z_PLANE - camPos.z) / mTouchVector.z;
         float x = camPos.x +  a * mTouchVector.x;
         float y = camPos.y + a * mTouchVector.y;

[attachment deleted by admin]

3
Support / Re: Need to drag an 3D object based on touch
« on: March 06, 2013, 11:09:51 am »
Hi EgonOlsen ,

I am sorry for this. But I want to learn something from this forum. I will take care about my mistake. Can you please give me your mailing address so I can chat with you to get some knowledge.

Thanks
Gourab Singha

4
Support / Re: Need to drag an 3D object based on touch
« on: March 05, 2013, 12:01:48 pm »
Please post working example......

5
Support / Re: Translating an Object3D to the touch point
« on: March 05, 2013, 11:57:33 am »
Can anyone post , working example of this topic. that solved by anyone.

6
Support / Re: Need to drag an 3D object based on touch
« on: March 05, 2013, 11:32:35 am »
Hi ,

Can some one post a good working example of moving android object for android. I try two attached code in this topic. But none of them give accurate result. So please provide me a good example.

Pages: [1]