Further work on basic ViewDependentShadowMaps, adding implementation of RTT camera and texgen setup.

This commit is contained in:
Robert Osfield
2011-08-08 17:00:55 +00:00
parent 31cb490c75
commit 4238629ebf
3 changed files with 493 additions and 87 deletions

View File

@@ -144,7 +144,8 @@ class OSG_EXPORT Polytope
itr->flip();
}
}
inline bool empty() const { return _planeList.empty(); }
inline PlaneList& getPlaneList() { return _planeList; }