Improve mesh components
This commit is contained in:
8
assets/maps/testmap.json
Normal file
8
assets/maps/testmap.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Test Map",
|
||||
"layers": [
|
||||
{
|
||||
|
||||
}
|
||||
]
|
||||
}
|
@ -9,6 +9,9 @@
|
||||
},
|
||||
|
||||
"components": {
|
||||
"mesh": {
|
||||
"type": "QuadMesh"
|
||||
},
|
||||
"material": {
|
||||
"type": "SimpleTexturedMaterial",
|
||||
"texture": "rosa"
|
||||
|
@ -9,6 +9,9 @@
|
||||
},
|
||||
|
||||
"components": {
|
||||
"mesh": {
|
||||
"type": "QuadMesh"
|
||||
},
|
||||
"material": {
|
||||
"type": "SimpleTexturedMaterial",
|
||||
"texture": "rosa"
|
||||
|
Reference in New Issue
Block a user