Urho3D::ConvexData Struct Reference
Urho3D::ConvexData Struct Reference
Convex hull geometry data. More...
#include <Urho3D/Physics/CollisionShape.h>
Inheritance diagram for Urho3D::ConvexData:
Collaboration diagram for Urho3D::ConvexData:
Public Member Functions | |
| ConvexData (Model *model, unsigned lodLevel) | |
| Construct from a model. | |
| ConvexData (CustomGeometry *custom) | |
| Construct from a custom geometry. | |
| ~ConvexData () | |
| Destruct. Free geometry data. | |
| void | BuildHull (const PODVector< Vector3 > &vertices) |
| Build the convex hull from vertices. | |
Public Attributes | |
| SharedArrayPtr< Vector3 > | vertexData_ |
| Vertex data. | |
| unsigned | vertexCount_ |
| Number of vertices. | |
| SharedArrayPtr< unsigned > | indexData_ |
| Index data. | |
| unsigned | indexCount_ |
| Number of indices. | |
Detailed Description
Convex hull geometry data.
The documentation for this struct was generated from the following files:
- Source/Urho3D/Physics/CollisionShape.h
- Source/Urho3D/Physics/CollisionShape.cpp
