Hi all.
I am a jME noob, and am trying to get the hang of stuff in here.
Was wondering if anyone would try and explain and possibly guide me towards a solution:
I have a token set on a board. Now I need to somehow transfer this token to a different square on the board. I have both vector location of the squares (where it is sitting and the destination vector coordinate). I want this transfer to be smooth and possibly for later on add a chasecamera to it so the camera tracks the movement.
Please help me with this.
Thank you very much in advance
Mo
SpatialTransform might be the class you need! Have a look in the test:
jmetest.renderer.TestSpatialTransform