Updated Comments

This commit is contained in:
DaanV2
2021-07-01 16:37:41 +02:00
parent 9bf12e0823
commit 0f15d47659
365 changed files with 593 additions and 1778 deletions

View File

@@ -3,12 +3,10 @@
"type": "object",
"title": "Model Schema For 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["format_version"],
"properties": {
"debug": { "type": "boolean", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Debug" },
"debug": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
"format_version": {
"title": "1.8.0 Format Version",
"type": "string",
@@ -63,15 +61,12 @@
"title": "Poly Mesh",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "boolean" },
"normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
"positions": {
"title": "Positions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
@@ -79,7 +74,6 @@
"normals": {
"title": "Normals",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
@@ -87,7 +81,6 @@
"polys": {
"title": "Polys",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": {
@@ -103,7 +96,6 @@
"title": "Render Group Id",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "integer",
"minimum": 0
},
@@ -116,7 +108,6 @@
"title": "Rotation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
},
@@ -125,7 +116,6 @@
"title": "Texture Meshes",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"additionalProperties": false,
@@ -141,10 +131,8 @@
}
}
},
"cape": { "title": "Cape", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "string" },
"debug": { "title": "Debug", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "type": "boolean" },
"cape": { "title": "Cape", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" },
"debug": { "title": "Debug", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
"texturewidth": { "type": "integer", "description": "UNDOCUMENTATED: texturewidth", "title": "Texturewidth" },
"textureheight": { "type": "integer", "description": "UNDOCUMENTATED: textureheight", "title": "Textureheight" },
"visible_bounds_width": { "type": "number", "description": "UNDOCUMENTATED: visible bounds width", "title": "Visible Bounds Width" },