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;
/** A class for representing convex clipping volumes made up of several ConvexPlanarPolygon.
* When adding polygons, their normals should point inwards (into the volume) */
/** A class for representing convex clipping volumes made up of several ConvexPlanarPolygon. */
class OSG_EXPORT ConvexPlanarOccluder : public Object
{

View File

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