Explorar o código

Removed unneeded transparent flag in webgl_shadowmap_pointlight example.

Mr.doob %!s(int64=7) %!d(string=hai) anos
pai
achega
0f94a269c1
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      examples/webgl_shadowmap_pointlight.html

+ 1 - 2
examples/webgl_shadowmap_pointlight.html

@@ -83,8 +83,7 @@
 					var material = new THREE.MeshPhongMaterial( {
 						side: THREE.DoubleSide,
 						alphaMap: texture,
-						alphaTest: 0.5,
-						transparent: true
+						alphaTest: 0.5
 					} );
 
 					var sphere = new THREE.Mesh( geometry, material );