Skip to content
Snippets Groups Projects
Commit a3c2461c authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

baseplane

parent bd6d41fd
Branches
No related tags found
No related merge requests found
......@@ -204,7 +204,6 @@ SquareBasePlane = BasePlane.extend({
planeGeometry.computeFaceNormals();
var mesh = new THREE.Mesh(planeGeometry, new THREE.MeshBasicMaterial({color:0x000000, transparent:true, opacity:0.0}));
mesh.myParent = this;//reference used for intersection highlighting
return [mesh, new THREE.Line(geometry, new THREE.LineBasicMaterial({color:0x000000, transparent:true, linewidth:2, opacity:this.get("material").opacity}), THREE.LinePieces)];
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment