Renamed the ConvexPlaner* classes to ConvexPlanar* and changed all the various
classes that reference it. Added MUST_READ_ME.txt to the VisualStudio directory.
This commit is contained in:
18
VisualStudio/MUST_READ_ME.txt
Normal file
18
VisualStudio/MUST_READ_ME.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
IMPORTANT NOTE: Whilst the OSG will compile cleanly with the basic VC++6.0
|
||||
and its own STL implementation, the OSG will crash regularily due to bugs
|
||||
in VC++6.0's STL. VC++6.0's STL is horribly broken and therefore is *NOT*
|
||||
supported. Do not attempt to use the OSG in conjunction with native VC++6.0
|
||||
STL implemention.
|
||||
|
||||
The supported combinations are:
|
||||
|
||||
1.Visual Studio7.0 .NET
|
||||
2.Visual Studio6.0 + Dinkumware's STL bug fix patches
|
||||
3.Visual Studio6.0 + STLport
|
||||
|
||||
For details on how to patch VisualStudio6.0 read the doc/install.html
|
||||
documentation.
|
||||
|
||||
Several of the plugins and demoes, and two of the core libraries - osgText
|
||||
and osgGLUT require external dependancies. Full details on where to obtain
|
||||
these can be found in doc/dependancies.html.
|
||||
@@ -141,11 +141,11 @@ SOURCE=..\..\src\osg\CollectOccludersVisitor.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\src\osg\ConvexPlanerOccluder.cpp
|
||||
SOURCE=..\..\src\osg\ConvexPlanarOccluder.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\src\osg\ConvexPlanerPolygon.cpp
|
||||
SOURCE=..\..\src\osg\ConvexPlanarPolygon.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
@@ -469,11 +469,11 @@ SOURCE=..\..\Include\Osg\ClipPlane
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Include\Osg\ConvexPlanerOccluder
|
||||
SOURCE=..\..\Include\Osg\ConvexPlanarOccluder
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Include\Osg\ConvexPlanerPolygon
|
||||
SOURCE=..\..\Include\Osg\ConvexPlanarPolygon
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@ SOURCE=..\..\..\src\osgPlugins\osg\ColorMatrix.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\src\osgPlugins\osg\ConvexPlanerOccluder.cpp
|
||||
SOURCE=..\..\..\src\osgPlugins\osg\ConvexPlanarOccluder.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
|
||||
Reference in New Issue
Block a user