浏览代码

Examples: better comment in contact shadow examples

Marco Fugaro 4 年之前
父节点
当前提交
c13a597f51
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_shadow_contact.html

+ 1 - 1
examples/webgl_shadow_contact.html

@@ -118,7 +118,7 @@
 					depthWrite: false,
 					depthWrite: false,
 				} );
 				} );
 				plane = new THREE.Mesh( planeGeometry, planeMaterial );
 				plane = new THREE.Mesh( planeGeometry, planeMaterial );
-				// make sure it's rendered ahead the fillPlane
+				// make sure it's rendered after the fillPlane
 				plane.renderOrder = 1;
 				plane.renderOrder = 1;
 				shadowGroup.add( plane );
 				shadowGroup.add( plane );