This commit is contained in:
iutbgdin 2025-10-09 11:41:48 +02:00
parent 03cab64d58
commit a094108c71
8 changed files with 0 additions and 0 deletions

3
test/assets/carte.map Normal file
View file

@ -0,0 +1,3 @@
MAP
0,0,0:cube
0.5,0.5,0.5:light

7
test/assets/cube.obj Normal file
View file

@ -0,0 +1,7 @@
OBJECT
0,0,1;0,1,1;1,0,1;1,1,1:FF00FF0000
0,0,1;0,1,1;0,0,0;0,1,0:00FFFF0000
0,0,0;0,0,1;1,0,1;1,0,0:FF00000000
0,1,0;0,1,1;1,1,1;1,1,0:0000FF0000
1,0,1;1,1,1;1,1,0;1,0,0:00FF000000

2
test/assets/light.obj Normal file
View file

@ -0,0 +1,2 @@
OBJECT
0,0,0:FF00FFFF10