ccml
New Member
Posts: 2
|
Post by ccml on Mar 15, 2021 0:08:21 GMT
Hi all, I'm Claude. Here is a little video of the exercise of the chapter 10 : adding patterns to the ray tracer. Patterns's videoCode source
|
|
|
Post by Jamis on Mar 15, 2021 14:01:09 GMT
Very nice! Great variety. Thanks for sharing!
|
|
|
Post by vorpal on Jan 17, 2023 4:25:15 GMT
Hi all, I'm Claude. Here is a little video of the exercise of the chapter 10 : adding patterns to the ray tracer. Patterns's videoCode sourceGreat source code. I was having some issues with getting noise right, but you look like you have it spot on, so I might see what we're doing differently. Love the video as well! Really well done. I see in your final code you're calculating shadowing a bit different from me, by passing a bool to Hit. That seems like the right approach to me. (I'm working with FP in Kotlin, and don't know C#, but from knowing Java, your code is very clear.)
|
|