AtlasResourceGeomTOC Class Reference [Atlas Resource System]

#include <atlasResourceGeomTOC.h>

Inheritance diagram for AtlasResourceGeomTOC:

Inheritance graph
[legend]
List of all members.

Detailed Description

Atlas resource TOC subclass for geometry.


Public Types

typedef AtlasResourceTOC<
AtlasResourceGeomStub
Parent

Public Member Functions

void initializeTOC (U32 depth)
 AtlasResourceGeomTOC ()
 ~AtlasResourceGeomTOC ()
virtual bool write (Stream *s)
 Write the whole TOC to a stream.
virtual bool read (Stream *s)
 Read the whole TOC from a stream.
virtual void instateLoadedChunk (StubType *stub, ChunkType *newChunk)
 Override so we can update stub bounds when a new chunk is stored.

Public Attributes

U32 mGoalBatchSize
F32 mDistance_LODMax


Member Typedef Documentation


Constructor & Destructor Documentation

AtlasResourceGeomTOC::AtlasResourceGeomTOC (  ) 

AtlasResourceGeomTOC::~AtlasResourceGeomTOC (  ) 


Member Function Documentation

void AtlasResourceGeomTOC::initializeTOC ( U32  depth  )  [inline]

virtual bool AtlasResourceGeomTOC::write ( Stream s  )  [virtual]

Write the whole TOC to a stream.

Reimplemented from AtlasResourceTOC< AtlasResourceGeomStub >.

virtual bool AtlasResourceGeomTOC::read ( Stream s  )  [virtual]

Read the whole TOC from a stream.

Reimplemented from AtlasResourceTOC< AtlasResourceGeomStub >.

virtual void AtlasResourceGeomTOC::instateLoadedChunk ( StubType stub,
ChunkType newChunk 
) [virtual]

Override so we can update stub bounds when a new chunk is stored.


Member Data Documentation