Alex Ameyeさんのプロフィール画像

Alex Ameyeさんのイラストまとめ


Software engineer and graphics programming enthusiast 🇧🇪 he/him
ameye.dev

フォロー数:1332 フォロワー数:11495

Rendered the famous Cornell box. Cook-Torrance on left, Blinn-Phong on the right.

1 13

I have the .pdf of the book on my desktop but still have to read through it, here is a render with explicit sampling of point lights, far less noisy. Might do a comparison with mitsuba later

0 1

Added triangles and I can now load in basic .obj meshes! Still noisy, will post the next image with explicit light sampling

0 8

Working on a dynamic grain system, allowing me to add grain to the scene on a per-object basis. Using a little bit of grain adds to the hand-drawn look!

4 56

Updated 2019.3 outline tutorial coming next week on Tuesday :)

0 0

Let's add foam lines! What we do is define a foam-size variable and use it to add a foam line to the lerped color output. We clamp the result and put it in the albedo slot of our material.

0 10

Next, we take our clamped depth and use it to lerp between a shallow and a deep water color. We also use the clamped depth and plug it into the alpha slot of our material.

0 9