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