[][src]Module specs_physics::parameters

Parameters module

Resources for modifying the various simulation parameters of the nphysics World.

Structs

Gravity

Gravity is a newtype for Vector3. It represents a constant acceleration affecting all physical objects in the scene.

PhysicsIntegrationParameters

Essentially identical to the nphysics IntegrationParameters struct except without the t and dt fields. Manages the details of physics integration.

PhysicsProfilingEnabled

Enables reporting of nphysics::counters, which can be read via Physics::performance_counters

TimeStep

The TimeStep is used to set the timestep of the nphysics integration, see nphysics::world::World::set_timestep(..).