-

If you call base.enableParticles(), then it will automatically call base.physicsMgr.doPhysics() every frame, passing in the appropriate value for dt.

Giving a quick glance over your comments, it all seems right. It’s not immediately obvious to me why your ship is not rendering. Try printing out its transform, and making sure it is placed within the scene graph.

David