Initial upload
This commit is contained in:
9
header/Geometry.h
Normal file
9
header/Geometry.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef GEOMETRY_H
|
||||
#define GEOMETRY_H
|
||||
|
||||
#include "Triangle.h"
|
||||
#include "cglm/struct/vec3.h"
|
||||
|
||||
void quad_create(vec3s center, vec3s forward, vec3s up, float size, uint8_t material_id, triangle_collection_t* collection);
|
||||
|
||||
#endif // GEOMETRY_H
|
||||
Reference in New Issue
Block a user