feat: rewrite to c
This commit is contained in:
2
src/models/plane.h
Normal file
2
src/models/plane.h
Normal file
@@ -0,0 +1,2 @@
|
||||
#include "../renderer.h"
|
||||
const model testModel = {(vec3[]){{1.000000,1.000000,-11.000000},{1.000000,-1.000000,-11.000000},{1.000000,1.000000,-9.000000},{1.000000,-1.000000,-9.000000},{-1.000000,1.000000,-11.000000},{-1.000000,-1.000000,-11.000000},{-1.000000,1.000000,-9.000000},{-1.000000,-1.000000,-9.000000}},(int[]){4,2,0,2,7,3,6,5,7,1,7,5,0,3,1,4,1,5,4,6,2,2,6,7,6,4,5,1,3,7,0,2,3,4,0,1},8,36};
|
||||
Reference in New Issue
Block a user