it renders but not properly
This commit is contained in:
parent
66783c4cc5
commit
3040800275
29 changed files with 96 additions and 57 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",
|
||||
"MaterialID": "cube-mat-1",
|
||||
"OffsetVertex": 0,
|
||||
"VertexSize": 480,
|
||||
"OffsetIndex": 0,
|
||||
"IndexSize": 144
|
||||
}
|
||||
],
|
||||
"VertexPath": "resources/models/cube/cube.vtx",
|
||||
"IndexPath": "resources/models/cube/cube.idx"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue