Closed andrearastelli closed 6 years ago
Command argument parameter functionality.
Now we can define custom image resolution, output and samples, using command arguments.
If no argument is specified, the default values will be used: width 200, height 100, samples 8, output temp.ppm.
width 200
height 100
samples 8
output temp.ppm
I've also updated the run.sh script for windows. Let me know if that causes you some problem.
run.sh
@Ale32 what do you mean?
Command argument parameter functionality.
Now we can define custom image resolution, output and samples, using command arguments.
If no argument is specified, the default values will be used:
width 200
,height 100
,samples 8
,output temp.ppm
.I've also updated the
run.sh
script for windows. Let me know if that causes you some problem.