浏览代码

remove vertical offset

Fluqz 4 年之前
父节点
当前提交
75818b124d
共有 1 个文件被更改,包括 0 次插入1 次删除
  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.rotateX( Math.PI );
-				fillPlane.position.y -= 0.00001;
 				shadowGroup.add( fillPlane );
 
 				// the camera to render the depth material from