Hello,
Probably a stupid question, but I can’t get a node with quads in it, to rotate. I’m using rotate method. I can rotate a quad this way but not the entire node. I remember having it working before in another application. I’m using a bulletstate on the building with a rigidbodycontrol.
Any help is very much appreciated.
Thanks,
Kajos
If you want to move a spatial with a rigidbodycontrol you have to set the rigidbodycontrol to kinematic mode.
Awesome. Fixed it.