VVISF & VVGL
VVGL::VertXYZST Struct Reference

Describes a vertex that contains x/y/z geometry data and s/t texture coordinate data. Derived from Vertex. More...

#include <VVGL_Geom.hpp>

Inherits VVGL::Vertex.

Public Member Functions

int geoOffset () const
 Returns the offset of the geometry data within the vertex.
 
int texOffset () const
 Returns the offset of the texture data within the vertex.
 

Public Attributes

VT_XYZ geo
 The geometry data for this vertex.
 
VT_ST tex
 The texture coordinate data for this vertex.
 

Detailed Description

Describes a vertex that contains x/y/z geometry data and s/t texture coordinate data. Derived from Vertex.


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