Skip to content

Commit f9c3247

Browse files
committed
tweaked values
1 parent 3789680 commit f9c3247

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ <h2>Post Halftone I</h2>
201201
<img src="snapshots/post-cross-hatch-ii.jpg" />
202202
<h2>Post Cross-hatch II</h2>
203203
</a>
204+
<a class="card" href="post-cartoon-ii/index.html">
205+
<img src="snapshots/post-cartoon-ii.jpg" />
206+
<h2>Post Cartoon II</h2>
207+
</a>
204208
<a class="card" href="post-cross-hatch-iii/index.html">
205209
<img src="snapshots/post-cross-hatch-iii.jpg" />
206210
<h2>Post Cross-hatch III</h2>

post-cartoon-ii/post.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ class Post {
252252
contour: 2,
253253
border: 0.5,
254254
cyan: 1,
255-
magenta: 1,
256-
yellow: 1,
257-
black: 1,
255+
magenta: 0.7,
256+
yellow: 0.6,
257+
black: 0.1,
258258
inkColor: new Color(30, 30, 30),
259259
};
260260
const shader = new RawShaderMaterial({

snapshots/post-cartoon-ii.jpg

176 KB
Loading

0 commit comments

Comments
 (0)