dilevin / computer-graphics-ray-tracing

Computer Graphics Assignment about Ray Tracing
1 stars 5 forks source link

reflect.cpp: Normalize or don't normalize? #65

Closed jennicao closed 1 month ago

jennicao commented 1 month ago

The header file for reflect.cpp says "_unit_" for each input and output, but Tutorial 3 says not to normalize. Which should we follow?

image

image

vpineda1996 commented 1 month ago

You should follow what the tutorial mentions.