karansher / computer-graphics-ray-tracing

Computer Graphics Assignment about Ray Tracing
0 stars 0 forks source link

IO Error #8

Closed calebxcaleb closed 2 years ago

calebxcaleb commented 2 years ago

When I try to test my program on the bunny.json file (and other files that require stl files) I get an IO Erro like the following image I could run bunny.json on A2 but for A3 I can not for some reason. Would anyone know of a fix or something I can look further into so that I could fix this issue? Thanks!!

JanardanS commented 2 years ago

You have to modify the json file where it says bunny stl to what u have in ur main file. For me ..\data\bunny.stl was good enough, but i think others might have to do ....\data\bunny.stl.

calebxcaleb commented 2 years ago

It worked with ../data/bunny.stl

Thanks!!