Raytrix Light Field SDK  4.0
Logo
Public Attributes | Static Public Attributes | List of all members
Rx::SStdVertex Struct Reference

Detailed Description

A standard vertex.

Public Attributes

char bEdge
 Edge flag. More...
 
float fFogZ
 Fog z-component. More...
 
char pbPad [3]
 Padding (reserved for future use). More...
 
float pfCol [4]
 RGBA color value. More...
 
float pfNorm [3]
 Normal coordinate vector. More...
 
float pfTex [3]
 Texture coordinate vector. More...
 
float pfVex [3]
 Vertex coordinate vector. More...
 
unsigned uPartId
 Part ID for picking of object parts. More...
 

Static Public Attributes

static const int iOffsetCol
 
static const int iOffsetEdge
 
static const int iOffsetFog
 
static const int iOffsetNorm
 
static const int iOffsetPartId
 
static const int iOffsetTex
 
static const int iOffsetVex
 

Member Data Documentation

char Rx::SStdVertex::bEdge

Edge flag.

float Rx::SStdVertex::fFogZ

Fog z-component.

const int Rx::SStdVertex::iOffsetCol
static
const int Rx::SStdVertex::iOffsetEdge
static
const int Rx::SStdVertex::iOffsetFog
static
const int Rx::SStdVertex::iOffsetNorm
static
const int Rx::SStdVertex::iOffsetPartId
static
const int Rx::SStdVertex::iOffsetTex
static
const int Rx::SStdVertex::iOffsetVex
static
char Rx::SStdVertex::pbPad[3]

Padding (reserved for future use).

float Rx::SStdVertex::pfCol[4]

RGBA color value.

float Rx::SStdVertex::pfNorm[3]

Normal coordinate vector.

float Rx::SStdVertex::pfTex[3]

Texture coordinate vector.

float Rx::SStdVertex::pfVex[3]

Vertex coordinate vector.

unsigned Rx::SStdVertex::uPartId

Part ID for picking of object parts.