Slightly improve behavior of moving objects in library. A problem still remains
This commit is contained in:
@@ -103,6 +103,7 @@ void TrackObjectPresentationSceneNode::move(const core::vector3df& xyz, const co
|
||||
m_node->setPosition(xyz);
|
||||
m_node->setRotation(hpr);
|
||||
m_node->setScale(scale);
|
||||
m_node->updateAbsolutePosition();
|
||||
}
|
||||
|
||||
void TrackObjectPresentationSceneNode::setEnable(bool enabled)
|
||||
|
||||
Reference in New Issue
Block a user