It crashes
This commit is contained in:
parent
c2aa4ec895
commit
66783c4cc5
24 changed files with 27993 additions and 82 deletions
22
resources/Models/Cube/cube_mat.json
Normal file
22
resources/Models/Cube/cube_mat.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"id": "cube-mat-0",
|
||||
"texture_path": "",
|
||||
"diffuse_color": {
|
||||
"x": 0.6,
|
||||
"y": 0.6,
|
||||
"z": 0.6,
|
||||
"w": 1.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "cube-mat-1",
|
||||
"texture_path": "resources/models/cube/cube.png",
|
||||
"diffuse_color": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 0.0,
|
||||
"w": 1.0
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue