Class: PhysicsSystem

PhysicsSystem

PhysicsSystem is an EntitySystem allowing physics simulations (based on cannonjs).


new PhysicsSystem()

Properties:
Name Type Description
fixedTimeStep

If 0, it uses the frame delta times which is not recommended for stability reasons.

Author:
  • derschmale <http://www.derschmale.com>