]> git.mxchange.org Git - simgear.git/commit
add ConditionNode scenegraph node
authorTim Moore <moore@cline.(none)>
Thu, 4 Nov 2010 06:01:38 +0000 (07:01 +0100)
committerTim Moore <moore@cline.(none)>
Thu, 4 Nov 2010 06:01:38 +0000 (07:01 +0100)
commitfef625ce27ac50cf301cc150401e26a8f02acc5e
tree86035164f42213998a615cc18381550f94fb6c4a
parent0b53dd8fa7db5b913a2098507f5ed7f8e62dbc91
add ConditionNode scenegraph node

This class directs its scenegraph traversal by evaluating a condition
and doesn't rely on an update callback.
simgear/scene/model/ConditionNode.cxx [new file with mode: 0644]
simgear/scene/model/ConditionNode.hxx [new file with mode: 0644]
simgear/scene/model/Makefile.am
simgear/scene/model/animation.cxx
simgear/scene/model/animation.hxx