Two test changes
This commit is contained in:
parent
a6a6c3521c
commit
02650d6ea6
|
@ -19,7 +19,6 @@ var Cube = function(size, style) {
|
|||
if (style === undefined) style = {};
|
||||
|
||||
this.geometry = new THREE.BoxGeometry(size, size, size);
|
||||
// this.geometry.computeVertexNormals();
|
||||
|
||||
this.material = new THREE.MeshLambertMaterial(style);
|
||||
|
||||
|
|
Loading…
Reference in New Issue