It crashes
This commit is contained in:
parent
c2aa4ec895
commit
66783c4cc5
24 changed files with 27993 additions and 82 deletions
15
resources/Models/Cube/cube.json
Normal file
15
resources/Models/Cube/cube.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"id": "cube",
|
||||
"meshes": [
|
||||
{
|
||||
"id": "cubemtl_0",
|
||||
"material_id": "cube-mat-1",
|
||||
"offset_vtx": 0,
|
||||
"vtx_size": 480,
|
||||
"offset_idx": 0,
|
||||
"idx_size": 144
|
||||
}
|
||||
],
|
||||
"vtx_path": "resources/models/cube/cube.vtx",
|
||||
"idx_path": "resources/models/cube/cube.idx"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue