提交 ddc078a3 编写于 作者: M Mr.doob

README: Added RequestAnimationFrame.js tip

上级 7480fb69
The MIT License
Copyright (c) 2010-2011 Three.js Authors. All rights reserved.
Copyright (c) 2010-2011 three.js Authors. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
......@@ -117,7 +117,7 @@ This code creates a camera, then creates a scene object, adds a bunch of random
function animate() {
requestAnimationFrame( animate );
requestAnimationFrame( animate ); // Include examples/js/RequestAnimationFrame.js for cross-browser compatibility.
render();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册