Updated UNDOCUMENTED

This commit is contained in:
DaanV2
2021-07-01 11:35:53 +02:00
parent 6ac62d15e7
commit ba94cceb50
367 changed files with 2266 additions and 640 deletions

View File

@@ -3,9 +3,10 @@
"type": "object",
"title": "Model Schema For 1.10.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["format_version"],
"properties": {
"debug": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Debug" },
"debug": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
"format_version": {
"title": "1.10.0 Format Version",
"type": "string",

View File

@@ -19,12 +19,12 @@
"description": "The face maps this many texels from the uv origin. If not specified, the box dimensions are used instead.",
"$ref": "#/definitions/uv"
},
"material_instance": { "type": "string", "description": "UNDOCUMENTED" }
"material_instance": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
}
}
},
"properties": {
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED", "title": "Debug" },
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
"format_version": {
"title": "1.12.0 Format Version",
"type": "string",

View File

@@ -32,7 +32,7 @@
}
},
"properties": {
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED", "title": "Debug" },
"debug": { "type": "boolean", "default": false, "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
"format_version": {
"title": "1.14.0 Format Version",
"type": "string",

View File

@@ -32,7 +32,7 @@
}
},
"properties": {
"debug": { "title": "Debug", "description": "UNDOCUMENTED", "type": "boolean", "default": false },
"debug": { "title": "Debug", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean", "default": false },
"format_version": {
"title": "1.16.0 Format Version",
"type": "string",
@@ -447,7 +447,7 @@
}
}
},
"cape": { "title": "Cape", "description": "UNDOCUMENTED", "type": "string" }
"cape": { "title": "Cape", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "string" }
}
}
}

View File

@@ -3,9 +3,10 @@
"type": "object",
"title": "Model Schema For 1.8.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": ["format_version"],
"properties": {
"debug": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Debug" },
"debug": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Debug" },
"format_version": {
"title": "1.8.0 Format Version",
"type": "string",
@@ -59,24 +60,28 @@
"required": ["polys"],
"title": "Poly Mesh",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTED", "type": "boolean" },
"normalized_uvs": { "title": "Normalized Uvs", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "boolean" },
"positions": {
"title": "Positions",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
},
"normals": {
"title": "Normals",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
},
"polys": {
"title": "Polys",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": {
"type": "array",
@@ -87,7 +92,13 @@
}
}
},
"render_group_id": { "title": "Render Group Id", "description": "UNDOCUMENTED", "type": "integer", "minimum": 0 },
"render_group_id": {
"title": "Render Group Id",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "integer",
"minimum": 0
},
"reset": {
"title": "Reset",
"description": "UNDOCUMANTED",
@@ -96,6 +107,7 @@
"rotation": {
"title": "Rotation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "array",
"items": [{ "type": "number" }, { "type": "number" }, { "type": "number" }]
},
@@ -103,6 +115,7 @@
"type": "array",
"title": "Texture Meshes",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"items": {
"type": "object",
"additionalProperties": false,
@@ -118,8 +131,8 @@
}
}
},
"cape": { "title": "Cape", "description": "UNDOCUMENTED", "type": "string" },
"debug": { "title": "Debug", "description": "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" },