CS 5620/6620 - Fall 2025 - Rendering with Ray Tracing

Project 7 - Textures

<< Back

Yura Hwang

Tue, Oct 14, 2025 @ 9:34 am

Finished version w/o filtering yet. Turned out bounce number ftn was overwritten by the new codebase.

Tue, Oct 14, 2025 @ 9:21 am

Fixed the environment mapping. Apparently EvanEnvironment call had potential issues?

Mon, Oct 13, 2025 @ 2:05 pm

Step 3: triangle texture complete

Mon, Oct 13, 2025 @ 12:59 pm

step 2: sphere texture complete

Mon, Oct 13, 2025 @ 12:39 pm

Step 1:plane texture complete. It turned out I should have passed the texture color object itself, instead of using getValue method.

Mon, Oct 13, 2025 @ 10:37 am

There is a bug in fetching the texture. Instead, it is constantly using the default value grey set by the parent material class.