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

Removed unneeded dynamic flag sets.

上级 1ec7cae0
......@@ -108,7 +108,6 @@
var geometry = new THREE.Geometry();
geometry.vertices.push( new THREE.Vector3(), new THREE.Vector3() );
geometry.dynamic = true;
line = new THREE.Line( geometry, new THREE.LineBasicMaterial( { linewidth: 4 } ) );
scene.add( line );
......
......@@ -94,8 +94,6 @@
}
geometry.dynamic = true;
var texture = THREE.ImageUtils.loadTexture( "textures/water.jpg" );
texture.wrapS = texture.wrapT = THREE.RepeatWrapping;
texture.repeat.set( 5, 5 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册