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

CameraHelper: Removed unneded call.

上级 82fa7da9
......@@ -9,8 +9,6 @@
THREE.CameraHelper = function ( camera ) {
THREE.Line.call( this );
var geometry = new THREE.Geometry();
var material = new THREE.LineBasicMaterial( { color: 0xffffff, vertexColors: THREE.FaceColors } );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册