Unigine::ObjectMeshDynamic::Vertex Struct
ObjectMeshDynamic vertex. This structure includes vertex coordinates, texture coordinates, a tangents basis and a color.
To use this structure, include the UnigineObjectMeshDynamic.h file.
Unigine::ObjectMeshDynamic::Vertex Structure
Members
Unigine::ObjectMeshDynamic::Vertex:: Union
union {
vec3 xyz;
vec4 texcoord;
vec4 tangent;
vec4 color;
};
Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)