animation: fix for 'textrapezoid' animation outside 'texmultiple'.
This commit is contained in:
parent
bd5bc9cda0
commit
91b92c5613
@ -418,7 +418,7 @@ SGAnimation::animate(osg::Node* node, const SGPropertyNode* configNode,
|
||||
SGShaderAnimation animInst(configNode, modelRoot, options);
|
||||
animInst.apply(node);
|
||||
} else if (type == "textranslate" || type == "texrotate" ||
|
||||
type == "texmultiple") {
|
||||
type == "textrapezoid" || type == "texmultiple") {
|
||||
SGTexTransformAnimation animInst(configNode, modelRoot);
|
||||
animInst.apply(node);
|
||||
} else if (type == "timed") {
|
||||
|
Loading…
Reference in New Issue
Block a user