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

#1
I tried that, but not succeeded. I am able to move the object with touch event, but, it moves only very little. I think the problem is with the difference between screen coordinates and world space coordinates. Can any one suggest how to convert the screen (mouse or touch) coords to world ( object ) coords. Also I want to move the object at z pos of -30 ( World coords). Now it moves only at z pos. of 0. I need help in this matter also.
Thanks in advance.

Leo
#2
Hello,
I want to move an object in the 3d world with touch event. I do not know how to do it.Can some one help me?
Thanks in advance.
Leo
#3
Support / creating a box
August 29, 2013, 01:49:16 PM
I have just started using jpct-ae with eclipse.
I do not know how to create a 3d box with required width, height and width. I tried using object=Primitives.getBox(float scale, float scale height). But I am not able to get the required box( length-10, height-2 and depth-50) . can any none please guide me how to do this.

leo