Added extra convinience methods to LOD - addChild(child,min,max).
Added osganimate to test scripts.
This commit is contained in:
@@ -36,9 +36,11 @@ class SG_EXPORT LOD : public Group
|
||||
|
||||
virtual void traverse(NodeVisitor& nv);
|
||||
|
||||
virtual bool addChild( Node *child );
|
||||
virtual bool addChild(Node *child);
|
||||
|
||||
virtual bool removeChild( Node *child );
|
||||
virtual bool addChild(Node *child, float min, float max);
|
||||
|
||||
virtual bool removeChild(Node *child);
|
||||
|
||||
|
||||
typedef std::pair<float,float> MinMaxPair;
|
||||
|
||||
Reference in New Issue
Block a user