Urho3D
Public Member Functions | Public Attributes
Urho3D::DecalVertex Struct Reference

Decal vertex. More...

#include <DecalSet.h>

List of all members.

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.

Detailed Description

Decal vertex.


The documentation for this struct was generated from the following file: