Explorar el Código

Fix webgl_lightshafts example for CI

[email protected] hace 5 años
padre
commit
32c2fcedee
Se han modificado 2 ficheros con 1 adiciones y 0 borrados
  1. BIN
      examples/screenshots/webgl_lightshafts.png
  2. 1 0
      examples/webgl_lightshafts.html

BIN
examples/screenshots/webgl_lightshafts.png


+ 1 - 0
examples/webgl_lightshafts.html

@@ -153,6 +153,7 @@
 
 							child.material.transparent = false;
 							child.material.alphaTest = 0.5;
+							child.material.depthWrite = true;
 
 						}