提交 6af332af 编写于 作者: A alteredq

Synced with mrdoob's skinning branch. Also fixed broken canvas cube example.

That one was bugging me, I thought it was integration when it was a simple misspelling ;)
上级 a4ee822b
......@@ -171,7 +171,7 @@
function render() {
plane.rotation.z = cube.rotation.y += ( targetRotation - cube.rotation.y ) * 0.05;
plane.rotation.y = cube.rotation.y += ( targetRotation - cube.rotation.y ) * 0.05;
renderer.render(scene, camera);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册