Kochol Game Engine  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
kge::gfx::Vertex3TN Struct Reference

3D Vertex with one texture and normal vector. More...

#include <Structs.h>

Public Attributes

Vertex3 pos
Vertex3 Nor
 Makane Vertex.
Vertex2 tex
 Normal Vector.

Detailed Description

3D Vertex with one texture and normal vector.

Definition at line 196 of file Structs.h.

Member Data Documentation

Vertex3 kge::gfx::Vertex3TN::Nor

Makane Vertex.

Definition at line 199 of file Structs.h.

Vertex3 kge::gfx::Vertex3TN::pos

Definition at line 198 of file Structs.h.

Vertex2 kge::gfx::Vertex3TN::tex

Normal Vector.

Definition at line 200 of file Structs.h.


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