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

3D vertex with texture, normal and color. More...

#include <Structs.h>

Public Attributes

Vertex3 pos
Vertex3 Nor
Vertex2 tex
float Color

Detailed Description

3D vertex with texture, normal and color.

Definition at line 214 of file Structs.h.

Member Data Documentation

float kge::gfx::Vertex3TNC::Color

Color

Definition at line 219 of file Structs.h.

Vertex3 kge::gfx::Vertex3TNC::Nor

Definition at line 217 of file Structs.h.

Vertex3 kge::gfx::Vertex3TNC::pos

Definition at line 216 of file Structs.h.

Vertex2 kge::gfx::Vertex3TNC::tex

Definition at line 218 of file Structs.h.


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