Abstract base class for level of detail strategy based on pixel count approximations from bounding sphere projection.
More...
|
| | PixelCountLodStrategyBase (const String &name) |
| | Default constructor. More...
|
| |
| Real | getBaseValue () const override |
| | Get the value of the first (highest) level of detail. More...
|
| |
| const String & | getName () const |
| | Get the name of this strategy. More...
|
| |
| Real | getValue (const MovableObject *movableObject, const Camera *camera) const |
| | Compute the LOD value for a given movable object relative to a given camera. More...
|
| |
| virtual void | lodUpdateImpl (const size_t numNodes, ObjectData t, const Camera *camera, Real bias) const =0 |
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, const char *, int, const char *) |
| |
| void | operator delete (void *ptr, void *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info More...
|
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new More...
|
| |
| void * | operator new[] (size_t sz) |
| |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info More...
|
| |
| Real | transformBias (Real factor) const override |
| | Transform LOD bias so it only needs to be multiplied by the LOD value. More...
|
| |
| Real | transformUserValue (Real userValue) const override |
| | Transform user supplied value to internal value. More...
|
| |
Abstract base class for level of detail strategy based on pixel count approximations from bounding sphere projection.