Moved the PickVisitor from osgUtil into the implementation of

osgProducer::Viewer.  Removed methods in PickVisitor which wern't being
used by osgProducer::Viewer.  This has been done because the PickVisitor
interface and implementation weren't ready for general usage.
This commit is contained in:
Robert Osfield
2003-04-16 15:14:25 +00:00
parent 2e659c9ebf
commit 3bd03476f4
3 changed files with 106 additions and 7 deletions

View File

@@ -9,7 +9,6 @@ CXXFILES = \
DisplayRequirementsVisitor.cpp\
InsertImpostorsVisitor.cpp\
IntersectVisitor.cpp\
PickVisitor.cpp\
Optimizer.cpp\
RenderBin.cpp\
RenderGraph.cpp\