Added support for animated textures on water scene nodes (the track

exporter still needs support for this).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7614 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-02-04 13:38:38 +00:00
parent 1995b264f3
commit 967a9223fb

View File

@ -698,6 +698,7 @@ void Track::createWater(const XMLNode &node)
scene_node->setPosition(xyz);
scene_node->setRotation(hpr);
m_all_nodes.push_back(scene_node);
handleAnimatedTextures(scene_node, node);
} // createWater
// ----------------------------------------------------------------------------