Преглед на файлове

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,
 				} );
 				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 );