Revised exporter coordinate systems, updated emitter positioning.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4060 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -520,6 +520,8 @@ public class Model extends ModelNode
|
||||
@Override // documentation inherited
|
||||
public void updateWorldData (float time)
|
||||
{
|
||||
// slow evvvverything down by the animation speed
|
||||
time *= _animSpeed;
|
||||
if (_anim != null) {
|
||||
updateAnimation(time);
|
||||
}
|
||||
@@ -567,7 +569,7 @@ public class Model extends ModelNode
|
||||
return;
|
||||
}
|
||||
|
||||
_elapsed += (time * _anim.frameRate * _animSpeed);
|
||||
_elapsed += (time * _anim.frameRate);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user