Urho3D
|
One decal in a decal set. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/DecalSet.h>
Public Member Functions | |
Decal () | |
Construct with defaults. | |
void | AddVertex (const DecalVertex &vertex) |
Add a vertex. | |
void | CalculateBoundingBox () |
Calculate local-space bounding box. | |
Public Attributes | |
float | timer_ |
Decal age timer. | |
float | timeToLive_ |
Maximum time to live in seconds (0 = infinite). | |
BoundingBox | boundingBox_ |
Local-space bounding box. | |
Vector< DecalVertex > | vertices_ |
Decal vertices. | |
Vector< unsigned short > | indices_ |
Decal indices. | |
One decal in a decal set.