Created new helper class osg::CullStack to handle the accumulation of projection,

modelview and culling sets, to be used during travesal of the scene graph, such
as the cull traversal.
This commit is contained in:
Robert Osfield
2002-06-10 11:21:21 +00:00
parent d91b848a63
commit 348419219d
9 changed files with 500 additions and 452 deletions

View File

@@ -149,6 +149,10 @@ SOURCE=..\..\src\osg\CullFace.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\CullStack.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\CullingSet.cpp
# End Source File
# Begin Source File
@@ -433,6 +437,10 @@ SOURCE=..\..\Include\Osg\CullFace
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\CullStack
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\CullingSet
# End Source File
# Begin Source File