Implements the uniform shadow mapping algorithm in focused mode.
More...
#include <OgreShadowCameraSetupFocused.h>
|
| FocusedShadowCameraSetup (void) |
| Default constructor.
|
|
virtual | ~FocusedShadowCameraSetup (void) |
| Default destructor.
|
|
Real | getMaxDistance () const |
|
Real | getMinDistance () const |
|
virtual void | getShadowCamera (const SceneManager *sm, const Camera *cam, const Light *light, Camera *texCam, size_t iteration, const Vector2 &viewportRealSize) const |
| Returns a uniform shadow camera with a focused view.
|
|
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
|
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new
|
|
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
|
|
Implements the uniform shadow mapping algorithm in focused mode.
- Note
- Original implementation by Matthias Fink matth.nosp@m.ias..nosp@m.fink@.nosp@m.web..nosp@m.de, 2006.
◆ FocusedShadowCameraSetup()
Ogre::FocusedShadowCameraSetup::FocusedShadowCameraSetup |
( |
void |
| ) |
|
◆ ~FocusedShadowCameraSetup()
virtual Ogre::FocusedShadowCameraSetup::~FocusedShadowCameraSetup |
( |
void |
| ) |
|
|
virtual |
◆ getMaxDistance()
Real Ogre::ShadowCameraSetup::getMaxDistance |
( |
| ) |
const |
|
inlineinherited |
◆ getMinDistance()
Real Ogre::ShadowCameraSetup::getMinDistance |
( |
| ) |
const |
|
inlineinherited |
◆ getShadowCamera()
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
operator new, with debug line info
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
array operator new, with debug line info
The documentation for this class was generated from the following file: