Hi,
Im using the Flag class (from FlagRush) as is
Im creating a Flag, attaching it to the main scene node and letting its location
…the flag is showing in the game in the correct position, but its NOT ANIMATING!!
I wrote a "System.exit(0);" in the apply method of RandomFlagWindForce just to check if the apply is being called and yeah its NOT being called
can anyone give me any idea about whats going on??
ok I found it!
i should call:
scene.updateGeometricState(interpolation, true);
in the update method
thank you me