提交 5a0df2a6 编写于 作者: T Tristan Valcke

Add missing semicolon in software_sandbox

上级 b1879181
......@@ -104,7 +104,7 @@
var points = hilbert3D( new THREE.Vector3( 0,0,0 ), 200.0, 1, 0, 1, 2, 3, 4, 5, 6, 7 );
var spline = new THREE.Spline( points );
var n_sub = 6, colors = [], line;
var lineGeometry = new THREE.Geometry()
var lineGeometry = new THREE.Geometry();
for ( i = 0; i < points.length * n_sub; i ++ ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册