Skip to content

Commit

Permalink
Removed polygonOffset code from SVG example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Mar 18, 2018
1 parent 7ac0d8b commit 454ffea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/webgl_loader_svg.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 454ffea

Please sign in to comment.