.. | .. |
---|
1155 | 1155 | boolean success = false; |
---|
1156 | 1156 | |
---|
1157 | 1157 | if (cam instanceof Camera) // ? |
---|
1158 | | - success = Globals.theRenderer.SetCamera((Camera) cam); |
---|
| 1158 | + success = Globals.theRenderer.SetCamera((Camera) cam, true); |
---|
1159 | 1159 | |
---|
1160 | 1160 | if (success) |
---|
1161 | 1161 | { |
---|
.. | .. |
---|
1558 | 1558 | boolean success = false; |
---|
1559 | 1559 | |
---|
1560 | 1560 | if (object instanceof Camera) // ? |
---|
1561 | | - success = Globals.theRenderer.SetCamera((Camera) object); |
---|
| 1561 | + success = Globals.theRenderer.SetCamera((Camera) object, true); |
---|
1562 | 1562 | |
---|
1563 | 1563 | if (success && CameraPane.ABORTMODE) |
---|
1564 | 1564 | { |
---|
.. | .. |
---|
1821 | 1821 | return e; |
---|
1822 | 1822 | } |
---|
1823 | 1823 | |
---|
1824 | | - protected void deepCopySelf(Object3D other) |
---|
| 1824 | + protected void deepCopyNode(Object3D other) |
---|
1825 | 1825 | { |
---|
1826 | | - super.deepCopySelf(other); |
---|
| 1826 | + super.deepCopyNode(other); |
---|
1827 | 1827 | // FrameSelector bp = (FrameSelector)other; |
---|
1828 | 1828 | // bp.frame = (int)(Math.random()*(getNumFrames() - mocap.offset)); |
---|
1829 | 1829 | } |
---|