Improved the ShadowVolumeGeometry orientations.

This commit is contained in:
Robert Osfield
2006-11-23 21:32:49 +00:00
parent ef9595e73a
commit 51744272d5
2 changed files with 71 additions and 15 deletions

View File

@@ -104,11 +104,13 @@ class OSGSHADOW_EXPORT OccluderGeometry : public osg::Drawable
bool boundaryEdge() const { return _t2<0; }
unsigned int _p1;
unsigned int _p2;
unsigned int _p1;
unsigned int _p2;
mutable int _t1;
mutable int _t2;
mutable int _t1;
mutable int _t2;
mutable osg::Vec3 _normal;
};
typedef std::vector<Edge> EdgeList;