Struct Vertex

Struct Documentation

struct Vertex

vertex structure

Position and normal of a vertex

Param x

X coordinate

Param y

Y coordinate

Param z

Z coordinate

Param nx

X component of the normal

Param ny

Y component of the normal

Param nz

Z component of the normal

Public Members

real_mc x
real_mc y
real_mc z

Vertex coordinates

real_mc nx
real_mc ny
real_mc nz

Vertex normal