dilevin / computer-graphics-ray-tracing

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

Different image when using release and precompiled binaries #44

Open RaihanFaruque opened 4 years ago

RaihanFaruque commented 4 years ago

When using release build my image looks like this: CSC418_release But when I use the precompiled binaries, there is a weird on the sphere: csc418_precompiled

amirhmk commented 4 years ago

Take a look at https://github.com/dilevin/computer-graphics-ray-tracing/issues/7 (Initializing the vectors with 0 solved it for me)