Ult3D
Implementation of "Ultimate 3D Game Engine Design & Architecture" by Allan Sherrod
Loading...
Searching...
No Matches
Ult::stUnitBoxVertex Struct Reference

#include <BoxShape.h>

Public Attributes

float x
 
float y
 
float z
 
float tu1
 
float tv1
 
float nx
 
float ny
 
float nz
 

Detailed Description

The vertex data generated in CreateCubeMesh.

Member Data Documentation

◆ nx

float Ult::stUnitBoxVertex::nx

◆ ny

float Ult::stUnitBoxVertex::ny

◆ nz

float Ult::stUnitBoxVertex::nz

◆ tu1

float Ult::stUnitBoxVertex::tu1

◆ tv1

float Ult::stUnitBoxVertex::tv1

◆ x

float Ult::stUnitBoxVertex::x

◆ y

float Ult::stUnitBoxVertex::y

◆ z

float Ult::stUnitBoxVertex::z

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