dtAnim::LODOptions Class Reference

A simple data class that stores the configuration options for level of detail. More...

#include <cal3dmodeldata.h>

List of all members.

Public Member Functions

 LODOptions ()
double GetStartDistance () const
 
Returns:
the distance at which to start decreasing the level of detail.

void SetStartDistance (double newDistance)
double GetEndDistance () const
 
Returns:
the distance at which the level of detail should be the minimum.

void SetEndDistance (double newDistance)
double GetMaxVisibleDistance () const
 
Returns:
the maximum distance that the model will be drawn at all.

void SetMaxVisibleDistance (double newDistance)


Detailed Description

A simple data class that stores the configuration options for level of detail.

Constructor & Destructor Documentation

dtAnim::LODOptions::LODOptions (  ) 


Member Function Documentation

double dtAnim::LODOptions::GetStartDistance (  )  const [inline]

Returns:
the distance at which to start decreasing the level of detail.

void dtAnim::LODOptions::SetStartDistance ( double  newDistance  ) 

double dtAnim::LODOptions::GetEndDistance (  )  const [inline]

Returns:
the distance at which the level of detail should be the minimum.

void dtAnim::LODOptions::SetEndDistance ( double  newDistance  ) 

double dtAnim::LODOptions::GetMaxVisibleDistance (  )  const [inline]

Returns:
the maximum distance that the model will be drawn at all.

void dtAnim::LODOptions::SetMaxVisibleDistance ( double  newDistance  ) 


http://www.delta3d.org
2.0.0 generated 14 Feb 2008