mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 13:04:17 -05:00
30 lines
597 B
JSON
30 lines
597 B
JSON
{
|
|
"title": "vrm.material",
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"shader": {
|
|
"type": "string"
|
|
},
|
|
"renderQueue": {
|
|
"type": "integer"
|
|
},
|
|
"floatProperties": {
|
|
"type": "object"
|
|
},
|
|
"vectorProperties": {
|
|
"type": "object"
|
|
},
|
|
"textureProperties": {
|
|
"type": "object"
|
|
},
|
|
"keywordMap": {
|
|
"type": "object"
|
|
},
|
|
"tagMap": {
|
|
"type": "object"
|
|
}
|
|
}
|
|
} |