mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 15:31:59 +00:00
init
This commit is contained in:
commit
de866d23bf
28 changed files with 46878 additions and 0 deletions
9
external/simpleppm.h
vendored
Normal file
9
external/simpleppm.h
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
#include <fstream>
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
int save_ppm(std::string file_name, const std::vector<double>& buffer, int dimx, int dimy);
|
||||
|
||||
int test_save_ppm();
|
Loading…
Add table
Add a link
Reference in a new issue