Explorar o código

Examples: better comment in contact shadow examples

Marco Fugaro %!s(int64=4) %!d(string=hai) anos
pai
achega
c13a597f51
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_shadow_contact.html

+ 1 - 1
examples/webgl_shadow_contact.html

@@ -118,7 +118,7 @@
 					depthWrite: false,
 				} );
 				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;
 				shadowGroup.add( plane );