karansher / computer-graphics-ray-tracing

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

.stl files manipulation #30

Open ValentinaManferrari opened 1 year ago

ValentinaManferrari commented 1 year ago

How can we resize and re-center a .stl file in the creative.json file? For example, I want to increase the size of mirror.stl and change its orientation ... can I do it in the JSON file or do I need to somehow do it outside? If outside, which program do you recommend using? Also, we will need to submit all additional stl files we use on Markus?

Thanks a lot in advance!

panuelosj commented 1 year ago

All the params the program takes in can be found in read_json.h (specifically the parse_objects func). We're only going to look at your creative.json file.