Urho3D::InstanceData Struct Reference
Urho3D::InstanceData Struct Reference
Data for one geometry instance. More...
#include <Urho3D/Graphics/Batch.h>
Collaboration diagram for Urho3D::InstanceData:
Public Member Functions | |
| InstanceData () | |
| Construct undefined. | |
| InstanceData (const Matrix3x4 *worldTransform, const void *instancingData, float distance) | |
| Construct with transform, instancing data and distance. | |
Public Attributes | |
| const Matrix3x4 * | worldTransform_ |
| World transform. | |
| const void * | instancingData_ |
| Instancing data buffer. | |
| float | distance_ |
| Distance from camera. | |
Detailed Description
Data for one geometry instance.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Graphics/Batch.h
