dilevin / computer-graphics-ray-tracing

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

IOError: stl file could not be open #57

Open tl07172 opened 1 year ago

tl07172 commented 1 year ago

After I built the files and run raytracing.exe, it shows me this error, I am not sure how to fix it. Could somebody provide some hint on this? Thanks in advance.

image

kevinjrliang commented 1 year ago

if you're running on windows, you have to modify the mirror.json file. Change frame.stl to ../data/frame.stl, mirror.stl to ../data/mirror.stl and skull.stl to ../data/skull.stl. https://github.com/dilevin/computer-graphics-ray-tracing/issues/4