Implements the plane optimal shadow camera algorithm. More...
#include <OgreShadowCameraSetupPlaneOptimal.h>
Private Member Functions | |
PlaneOptimalShadowCameraSetup () | |
Default constructor is private. | |
Matrix4 | computeConstrainedProjection (const Vector4 &pinhole, const vector< Vector4 >::type &fpoint, const vector< Vector2 >::type &constraint) const |
helper function computing projection matrix given constraints | |
Private Attributes | |
MovablePlane * | mPlane |
pointer to plane of interest | |
Implements the plane optimal shadow camera algorithm.
Definition at line 62 of file OgreShadowCameraSetupPlaneOptimal.h.
|
private |
Default constructor is private.
Definition at line 67 of file OgreShadowCameraSetupPlaneOptimal.h.
Ogre::PlaneOptimalShadowCameraSetup::PlaneOptimalShadowCameraSetup | ( | MovablePlane * | plane | ) |
Constructor – requires a plane of interest.
|
virtual |
Destructor.
|
private |
helper function computing projection matrix given constraints
|
virtual |
Returns shadow camera configured to get 1-1 homography between screen and shadow map when restricted to plane.
Implements Ogre::ShadowCameraSetup.
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
private |
pointer to plane of interest
Definition at line 65 of file OgreShadowCameraSetupPlaneOptimal.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.