Added osg::EarthSky node to the core osg library, and added support for it into

osgUtil::SceneView, osg::CullVisitor, osgPlugin/osg and updated the hangglide
demo to use the new earth sky node.
This commit is contained in:
Robert Osfield
2001-10-02 11:36:14 +00:00
parent fc1fa57275
commit 430c8606e9
8 changed files with 67 additions and 8 deletions

View File

@@ -134,6 +134,10 @@ SOURCE=..\..\src\osg\Drawable.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\EarthSky.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\Fog.cpp
# End Source File
# Begin Source File
@@ -334,6 +338,10 @@ SOURCE=..\..\Include\Osg\Drawable
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\EarthSky
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\Export
# End Source File
# Begin Source File