Added support for ClipPlane, ClipNode, TexGenNode to .ive

This commit is contained in:
Robert Osfield
2004-09-29 19:10:00 +00:00
parent 5be0004d52
commit a8739f952a
17 changed files with 394 additions and 39 deletions

View File

@@ -51,7 +51,7 @@ class SG_EXPORT ClipNode : public Group
bool removeClipPlane(unsigned int pos);
/** Returns the number of ClipPlanes. */
inline unsigned int getNumClipPlanes() const { return _planes.size(); }
inline unsigned int getNumClipPlanes() const { return _planes.size(); }
/** Get ClipPlane at the given index position. */