Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

Mesh::VertexAttribute Struct Reference

#include <mesh.h>

List of all members.

Public Member Functions

 VertexAttribute (VertexAttributeSemantic _semantic, VertexAttributeFormat _format, uint32 _offset)
 VertexAttribute ()

Public Attributes

VertexAttributeFormat format
uint32 offset
VertexAttributeSemantic semantic


Constructor & Destructor Documentation

Mesh::VertexAttribute::VertexAttribute  )  [inline]
 

Definition at line 55 of file mesh.h.

References format, offset, and semantic.

00055                           :
00056             semantic(InvalidSemantic),
00057             format(InvalidFormat),
00058             offset(0)
00059         {
00060         }

Mesh::VertexAttribute::VertexAttribute VertexAttributeSemantic  _semantic,
VertexAttributeFormat  _format,
uint32  _offset
[inline]
 

Definition at line 62 of file mesh.h.

References format, offset, and semantic.

00064                                         :
00065             semantic(_semantic),
00066             format(_format),
00067             offset(_offset)
00068         {
00069         }


Member Data Documentation

VertexAttributeFormat Mesh::VertexAttribute::format
 

Definition at line 72 of file mesh.h.

Referenced by Mesh::getBoundingBox(), BinaryModelLoader::loadVertexDescription(), AsciiModelLoader::loadVertexDescription(), Mesh::pick(), setExtendedVertexArrays(), setStandardVertexArrays(), Mesh::transform(), Mesh::VertexDescription::validate(), and VertexAttribute().

uint32 Mesh::VertexAttribute::offset
 

Definition at line 73 of file mesh.h.

Referenced by augmentVertexDescription(), Mesh::getBoundingBox(), joinVertices(), BinaryModelLoader::loadVertexDescription(), AsciiModelLoader::loadVertexDescription(), Mesh::pick(), setExtendedVertexArrays(), setStandardVertexArrays(), Mesh::transform(), Mesh::VertexDescription::validate(), and VertexAttribute().

VertexAttributeSemantic Mesh::VertexAttribute::semantic
 

Definition at line 71 of file mesh.h.

Referenced by Mesh::VertexDescription::buildSemanticMap(), BinaryModelLoader::loadVertexDescription(), AsciiModelLoader::loadVertexDescription(), Mesh::pick(), Mesh::VertexDescription::validate(), and VertexAttribute().


The documentation for this struct was generated from the following file:
Generated on Sat Jan 14 22:33:27 2006 for Celestia by  doxygen 1.4.1