Namespace containing physics classes and static physics methods.
// Change gravity in the root world.Physics.getRootWorldSettings().gravity = new vec3(0.0, -100.0, 0.0); Copy
// Change gravity in the root world.Physics.getRootWorldSettings().gravity = new vec3(0.0, -100.0, 0.0);
Protected
Static
Create an intersection probe that spans all worlds.
Create an intersection probe for the implicit root world.
Get settings that apply to the implicit root world.
Namespace containing physics classes and static physics methods.
Example