Explorar o código

Removed polygonOffset code from SVG example.

Mr.doob %!s(int64=7) %!d(string=hai) anos
pai
achega
454ffea70a
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      examples/webgl_loader_svg.html

+ 1 - 3
examples/webgl_loader_svg.html

@@ -87,9 +87,7 @@
 
 						var material = new THREE.MeshBasicMaterial( {
 							color: Math.random() * 0xffffff,
-							depthWrite: false,
-							polygonOffset: true,
-							polygonOffsetUnits: - i
+							depthWrite: false
 						} );
 
 						var shapes = path.toShapes( true );