[][src]Module physme::dim3

This module provides the primitives and systems for 3d physics simulation.

For examples, see the root of the crate.

Modules

stage

Structs

CollisionInfo

Represents a single active collision between this and another RigidBody.

Collisions

Represents all active collisions of this RigidBody.

Contained

Checks whether a Shape is contained within another, per axis.

GlobalGravity

The global gravity that affects every RigidBody with the Semikinematic status.

GlobalStep

The global step value, affects all semikinematic bodies.

Manifold

The manifold, representing detailed data on a collision between two RigidBodys.

NarrowPhase
Physics3dPlugin

This is what you want to add to your App if you want to run 3d physics simulation.

PhysicsStep
RigidBody

The rigid body.

Shape

The shape of a rigid body.

Size3

The three dimensional size of a Shape

Solver

Functions

broad_phase_system
sync_transform_system

Type Definitions

BroadPhase