Expand description
Shapes supported by parry.
Structs§
- Axis
Mask - The status of the cell of an heightfield.
- Ball
- A Ball shape.
- Capsule
- A capsule shape defined as a round segment.
- Composite
Shape Ref - A helper struct that implements scene queries on any composite shapes.
- Compound
- A compound shape with an aabb bounding volume.
- Convex
Polygon - A 2D convex polygon.
- Cuboid
- Shape of a box.
- Half
Space - A half-space delimited by an infinite plane.
- Height
Field - A 2D heightfield with a generic storage buffer for its heights.
- Octant
Pattern - Indicates the local shape of a voxel on each octant.
- Packed
Feature Id - A feature id where the feature type is packed into the same value as the feature index.
- Polygonal
Feature - A polygonal feature representing the local polygonal approximation of a vertex, or face, of a convex shape.
- Polyline
- A polyline.
- Round
Shape - A shape with rounded borders.
- Segment
- A segment shape.
- Shared
Shape - The shape of a collider.
- Topo
Face - A face of a triangle-mesh’s half-edge topology.
- Topo
Half Edge - A half-edge of a triangle-mesh’s half-edge topology.
- Topo
Vertex - A vertex of a triangle-mesh’s half-edge topology.
- TriMesh
- A triangle mesh.
- TriMesh
Connected Components - The connected-components of a triangle mesh.
- TriMesh
Flags - Controls how a
TriMesh
should be loaded. - TriMesh
Topology - The half-edge topology information of a triangle mesh.
- Triangle
- A triangle shape.
- Triangle
Pseudo Normals - The pseudo-normals of a triangle providing approximations of its feature’s normal cones.
- Voxel
Data - Information associated to a voxel.
- Voxel
State - A description of the local neighborhood of a voxel.
- Voxels
- A shape made of axis-aligned, uniformly sized, cubes (aka. voxels).
- Voxels
Chunk Ref - A reference to a voxel chunk.
Enums§
- Feature
Id - An identifier of a feature of a convex polyhedron.
- Segment
Point Location - Logical description of the location of a point on a triangle.
- Shape
Type - Enum representing the type of a shape.
- Topology
Error - Indicated an inconsistency in the topology of a triangle mesh.
- TriMesh
Builder Error - Indicated an inconsistency while building a triangle mesh.
- Triangle
Orientation - Orientation of a triangle.
- Triangle
Point Location - Description of the location of a point on a triangle.
- Typed
Shape - Enum representing the shape with its actual type
- Voxel
Type - Categorization of a voxel based on its neighbors.
Traits§
- Composite
Shape - Trait implemented by shapes composed of multiple simpler shapes.
- Polygonal
Feature Map - Trait implemented by convex shapes with features with polyhedral approximations.
- Shape
- Trait implemented by shapes usable by Rapier.
- Support
Map - Traits of convex shapes representable by a support mapping function.
- Typed
Composite Shape
Type Aliases§
- Height
Field Cell Status - Indicates if a cell of a heightfield is removed or not. Set this to
false
for a removed cell. - Round
Convex Polygon - A convex polygon dilated by a sphere (so it has round corners).
- Round
Cuboid - A cuboid dilated by a sphere (so it has round corners).
- Round
Triangle - A triangle dilated by a sphere (so it has round corners).