From Mattias Linde, "Have made the updates now. Added a std::map for easy lookup if a visual node

is targeted by a rigid body which is the reason why the .h-file was changed too.
So now there'll be Group as often as possible, otherwise PostitionAttitudeTransform."
This commit is contained in:
Robert Osfield
2007-09-07 09:49:31 +00:00
parent 14b0ef597b
commit b13a1957b0
2 changed files with 111 additions and 24 deletions

View File

@@ -160,6 +160,8 @@ protected:
DAE *dae;
osg::Node* rootNode;
std::map<std::string,bool> _targetMap;
int m_numlights;
domEffect *currentEffect;