Skip to content

Commit

Permalink
Modify toon shader
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanBioRender committed Dec 20, 2019
1 parent 26481c0 commit 2076591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gfx/materials.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ const materialList = [
specular: neutralColor(0.0),
shininess: 1,
opacity: 1.0,
toonBorder: new THREE.Vector3(0.0, 0.7, 1.0),
toonRange: new THREE.Vector2(0.5, 0.95),
toonBorder: new THREE.Vector3(0.35, 0.7, 1.0),
toonRange: new THREE.Vector2(0.2, 0.75),
},
values: {
lights: true,
Expand Down

0 comments on commit 2076591

Please sign in to comment.