Removed inappropriate comment about normal orientation.
This commit is contained in:
parent
1ef899069b
commit
9e30014634
@ -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
|
||||
{
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user