Méthode | Description | |
---|---|---|
StaticMeshShape ( Microsoft.Xna.Framework.Vector3 vertices, int indices ) : BEPUphysics.DataStructures |
Constructs a new StaticMeshShape.
|
|
StaticMeshShape ( Microsoft.Xna.Framework.Vector3 vertices, int indices, |
Constructs a new StaticMeshShape.
|
public StaticMeshShape ( Microsoft.Xna.Framework.Vector3 vertices, int indices ) : BEPUphysics.DataStructures | ||
vertices | Microsoft.Xna.Framework.Vector3 | Vertices of the mesh. |
indices | int | Indices of the mesh. |
Résultat | BEPUphysics.DataStructures |
public StaticMeshShape ( Microsoft.Xna.Framework.Vector3 vertices, int indices, |
||
vertices | Microsoft.Xna.Framework.Vector3 | Vertices of the mesh. |
indices | int | Indices of the mesh. |
worldTransform | World transform to use in the local space data. | |
Résultat | BEPUphysics.DataStructures |