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

A group of edges sharing the same vertex data. More...

#include <OgreEdgeListBuilder.h>

+ Collaboration diagram for Ogre::EdgeData::EdgeGroup:

Public Attributes

EdgeList edges
 The edges themselves. More...
 
size_t triCount
 Number triangles of this edge group. More...
 
size_t triStart
 Index to main triangles array, indicate the first triangle of this edge group, and all triangles of this edge group are stored continuous in main triangles array. More...
 
const VertexDatavertexData
 Pointer to vertex data used by this edge group. More...
 
size_t vertexSet
 The vertex set index that contains the vertices for this edge group. More...
 

Detailed Description

A group of edges sharing the same vertex data.

Definition at line 102 of file OgreEdgeListBuilder.h.

Member Data Documentation

EdgeList Ogre::EdgeData::EdgeGroup::edges

The edges themselves.

Definition at line 116 of file OgreEdgeListBuilder.h.

size_t Ogre::EdgeData::EdgeGroup::triCount

Number triangles of this edge group.

Definition at line 114 of file OgreEdgeListBuilder.h.

size_t Ogre::EdgeData::EdgeGroup::triStart

Index to main triangles array, indicate the first triangle of this edge group, and all triangles of this edge group are stored continuous in main triangles array.

Definition at line 112 of file OgreEdgeListBuilder.h.

const VertexData* Ogre::EdgeData::EdgeGroup::vertexData

Pointer to vertex data used by this edge group.

Definition at line 107 of file OgreEdgeListBuilder.h.

size_t Ogre::EdgeData::EdgeGroup::vertexSet

The vertex set index that contains the vertices for this edge group.

Definition at line 105 of file OgreEdgeListBuilder.h.


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