OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::ManualObject::TempVertex Struct Reference

Temporary vertex structure. More...

#include <OgreManualObject.h>

+ Collaboration diagram for Ogre::ManualObject::TempVertex:

Public Attributes

ColourValue colour
 
Vector3 normal
 
Vector3 position
 
Vector3 tangent
 
Vector4 texCoord [OGRE_MAX_TEXTURE_COORD_SETS]
 
ushort texCoordDims [OGRE_MAX_TEXTURE_COORD_SETS]
 

Detailed Description

Temporary vertex structure.

Definition at line 489 of file OgreManualObject.h.

Member Data Documentation

ColourValue Ogre::ManualObject::TempVertex::colour

Definition at line 496 of file OgreManualObject.h.

Vector3 Ogre::ManualObject::TempVertex::normal

Definition at line 492 of file OgreManualObject.h.

Vector3 Ogre::ManualObject::TempVertex::position

Definition at line 491 of file OgreManualObject.h.

Vector3 Ogre::ManualObject::TempVertex::tangent

Definition at line 493 of file OgreManualObject.h.

Vector4 Ogre::ManualObject::TempVertex::texCoord[OGRE_MAX_TEXTURE_COORD_SETS]

Definition at line 494 of file OgreManualObject.h.

ushort Ogre::ManualObject::TempVertex::texCoordDims[OGRE_MAX_TEXTURE_COORD_SETS]

Definition at line 495 of file OgreManualObject.h.


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