dilevin / computer-graphics-ray-tracing

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

Discrepancy in Tutorial and Assignment instructions #75

Closed FalakR closed 4 days ago

FalakR commented 4 days ago

In Tutorial 3 slides, for reflect.cpp, it says not to normalize cause we want the out vector to be of the same length as in. However in the header file of reflect, it says that inputs are unit vectors in and n and out vector which should be a unit vector which should be returned. So what instruction should be followed.

Screenshot 2024-09-27 at 9 29 03 PM Screenshot 2024-09-27 at 9 29 28 PM
jennicao commented 4 days ago

65 says to follow tutorial and don’t normalize

FalakR commented 4 days ago

Solved