Simple struct defining a chain segment by referencing a subset of the preallocated buffer (which will be mMaxElementsPerChain * mChainCount long), by it's chain index, and a head and tail value which describe the current chain. More...
#include <OgreBillboardChain.h>
Public Attributes | |
size_t | head |
The 'head' of the chain, relative to start. More... | |
size_t | start |
The start of this chains subset of the buffer. More... | |
size_t | tail |
The 'tail' of the chain, relative to start. More... | |
Simple struct defining a chain segment by referencing a subset of the preallocated buffer (which will be mMaxElementsPerChain * mChainCount long), by it's chain index, and a head and tail value which describe the current chain.
The buffer subset wraps at mMaxElementsPerChain so that head and tail can move freely. head and tail are inclusive, when the chain is empty head and tail are filled with high-values.
Definition at line 336 of file OgreBillboardChain.h.
size_t Ogre::BillboardChain::ChainSegment::head |
The 'head' of the chain, relative to start.
Definition at line 341 of file OgreBillboardChain.h.
size_t Ogre::BillboardChain::ChainSegment::start |
The start of this chains subset of the buffer.
Definition at line 339 of file OgreBillboardChain.h.
size_t Ogre::BillboardChain::ChainSegment::tail |
The 'tail' of the chain, relative to start.
Definition at line 343 of file OgreBillboardChain.h.