Removed inappropriate comment about normal orientation.

This commit is contained in:
Robert Osfield 2007-01-05 09:55:04 +00:00
parent 1ef899069b
commit 9e30014634
2 changed files with 2 additions and 4 deletions

View File

@ -21,8 +21,7 @@ namespace osg {
class OccluderVolume; class OccluderVolume;
/** A class for representing convex clipping volumes made up of several ConvexPlanarPolygon. /** A class for representing convex clipping volumes made up of several ConvexPlanarPolygon. */
* When adding polygons, their normals should point inwards (into the volume) */
class OSG_EXPORT ConvexPlanarOccluder : public Object class OSG_EXPORT ConvexPlanarOccluder : public Object
{ {

View File

@ -23,8 +23,7 @@ namespace osg {
class BoundingBox; class BoundingBox;
class BoundingSphere; class BoundingSphere;
/** A class for representing components of convex clipping volumes. /** A class for representing components of convex clipping volumes. */
* ConvexPlanarPolygon normals should point inwards (into the volume) */
class OSG_EXPORT ConvexPlanarPolygon class OSG_EXPORT ConvexPlanarPolygon
{ {