Ver Fonte

remove vertical offset

Fluqz há 4 anos atrás
pai
commit
75818b124d
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      examples/webgl_shadow_contact.html

+ 0 - 1
examples/webgl_shadow_contact.html

@@ -137,7 +137,6 @@
 				} );
 				} );
 				fillPlane = new THREE.Mesh( planeGeometry, fillPlaneMaterial );
 				fillPlane = new THREE.Mesh( planeGeometry, fillPlaneMaterial );
 				fillPlane.rotateX( Math.PI );
 				fillPlane.rotateX( Math.PI );
-				fillPlane.position.y -= 0.00001;
 				shadowGroup.add( fillPlane );
 				shadowGroup.add( fillPlane );
 
 
 				// the camera to render the depth material from
 				// the camera to render the depth material from