PhysicsConcaveTriangleMeshGeometry Class |
Namespace: Demo3D.Visuals
public class PhysicsConcaveTriangleMeshGeometry : PhysicsGeometry
The PhysicsConcaveTriangleMeshGeometry type exposes the following members.
| Name | Description | |
|---|---|---|
| Aabb |
The axis-aligned bounding box (AABB) in world space.
(Inherited from PhysicsGeometry.) | |
| Body |
The physics body that the geometry belongs to.
(Inherited from PhysicsGeometry.) | |
| FaceCount |
The number of triangular faces that form the triangle mesh.
| |
| FilterContactPoints |
Whether to filter contact points.
(Inherited from PhysicsGeometry.) | |
| FixNormals |
Whether to fix contact normals for the geometry.
(Inherited from PhysicsGeometry.) | |
| FrictionMaterial |
The friction material for the collision geometry.
(Inherited from PhysicsGeometry.) | |
| IndexCount |
The number of indices into the list of vertices that defines the triangular faces.
| |
| IsConveyorSurface |
Whether the geometry represents a conveyor surface (e.g. belt or rollers).
(Inherited from PhysicsGeometry.) | |
| IsDisposed | (Inherited from PhysicsGeometry.) | |
| Margin |
The collision margin for the geometry.
(Inherited from PhysicsGeometry.) | |
| Type |
The type of collision geometry.
(Inherited from PhysicsGeometry.) | |
| VertexCount |
The number of vertices that form the concave triangle mesh.
|
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from PhysicsGeometry.) | |
| Dispose(Boolean) | (Inherited from PhysicsGeometry.) | |
| Index |
The "index into the list of vertices" at the specified index.
| |
| Vertex |
The coordinates for the vertrex as the specified index in world
space.
|