Added degugging methods.

This commit is contained in:
Robert Osfield
2005-09-27 20:28:42 +00:00
parent 2092016c7b
commit 3c88b0cae9

View File

@@ -237,6 +237,13 @@ public:
/** Compute the interesection lines between specified drawable and this sphere segment.*/
LineList computeIntersection(const osg::Matrixd& matrix, osg::Drawable* drawable);
/** Compute the interesection lines between subgraph and this sphere segment.*/
osg::Node* computeIntersectionSubgraph(const osg::Matrixd& matrix, osg::Node* subgraph);
/** Compute the interesection lines between specified drawable and this sphere segment.*/
osg::Node* computeIntersectionSubgraph(const osg::Matrixd& matrix, osg::Drawable* drawable);
private:
void init(); // Shared constructor code, generates the drawables