Urho3D
|
Decal vertex. More...
#include <DecalSet.h>
Public Member Functions | |
DecalVertex () | |
Construct with defaults. | |
DecalVertex (const Vector3 &position, const Vector3 &normal) | |
Construct with position and normal. | |
DecalVertex (const Vector3 &position, const Vector3 &normal, const float *blendWeights, const unsigned char *blendIndices) |
Public Attributes | |
Vector3 | position_ |
Position. | |
Vector3 | normal_ |
Normal. | |
Vector2 | texCoord_ |
Texture coordinates. | |
Vector4 | tangent_ |
Tangent. | |
float | blendWeights_ [4] |
Blend weights. | |
unsigned char | blendIndices_ [4] |
Blend indices. |
Decal vertex.