structs erstellt
This commit is contained in:
+4
-1
@@ -7,4 +7,7 @@ add_executable(Raytracer main.c
|
||||
examples.c
|
||||
examples.h
|
||||
cJSON.c
|
||||
cJSON.h)
|
||||
cJSON.h
|
||||
vec3.h
|
||||
triangle.h
|
||||
structs.h)
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include "cJSON.h"
|
||||
#include <string.h>
|
||||
#define MAXJSONSIZE (100 * 1024)
|
||||
#include "structs.h"
|
||||
int main() {
|
||||
int width = 1280;
|
||||
int height = 780;
|
||||
|
||||
Reference in New Issue
Block a user