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

3D Vertex with two texcoord and normal vector. More...

#include <Structs.h>

Public Attributes

Vertex3 pos
Vertex3 Nor
 Posision Vertex.
Vertex2 tex0
 Normal Vector.
Vertex2 tex1
 First texcoord.

Detailed Description

3D Vertex with two texcoord and normal vector.

Definition at line 204 of file Structs.h.

Member Data Documentation

Vertex3 kge::gfx::Vertex3TTN::Nor

Posision Vertex.

Definition at line 207 of file Structs.h.

Vertex3 kge::gfx::Vertex3TTN::pos

Definition at line 206 of file Structs.h.

Vertex2 kge::gfx::Vertex3TTN::tex0

Normal Vector.

Definition at line 208 of file Structs.h.

Vertex2 kge::gfx::Vertex3TTN::tex1

First texcoord.

Definition at line 209 of file Structs.h.


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