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