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:
Robert Osfield
2002-08-29 11:02:01 +00:00
parent 4e45c82067
commit 79aaac4e0c
19 changed files with 107 additions and 89 deletions

View File

@@ -0,0 +1,7 @@
#include <osg/ConvexPlanarPolygon>
using namespace osg;
ConvexPlanarPolygon::ConvexPlanarPolygon()
{
}