Listening to Spatial Move Events

Hello,



I am new to jME and also getting habituated with this forum. I wanted to know if there is any in built mechanism to listen to spatial move and rotate events?



I tried searching the forum but I did not get much results!



Thanks a lot!

Cheers!

Abheek

There's no such built-in mechanism. You need to implement this kind thing within your own code. Make a layer above spatial (e.g Entity) and moveTo/rotate methods, then inform listeners of those events.

Thanks for the info! cheers!