提交 da18374a 编写于 作者: M moraxy

Docs: Fix Vector2 typo in CubicBezierCurve

上级 5e6e5bd2
......@@ -22,10 +22,10 @@
<code>
var curve = new THREE.CubicBezierCurve(
new THREE.Vector2( -10, 0, 0 ),
new THREE.Vector2( -5, 15, 0 ),
new THREE.Vector2( 20, 15, 0 ),
new THREE.Vector2( 10, 0, 0 )
new THREE.Vector2( -10, 0 ),
new THREE.Vector2( -5, 15 ),
new THREE.Vector2( 20, 15 ),
new THREE.Vector2( 10, 0 )
);
var path = new THREE.Path( curve.getPoints( 50 ) );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册