UNDOCUMENTATED description

This commit is contained in:
DaanV2
2021-06-09 09:41:09 +02:00
parent 0bff0baa33
commit b68ba1865c
122 changed files with 326 additions and 301 deletions

View File

@@ -2,17 +2,17 @@
"$id": "blockception.minecraft.materials",
"type": "object",
"title": "Material",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"definitions": {
"DefinesSpecification": {
"type": "array",
"title": "Defines",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"type": "string",
"title": "Definition",
"description": "TODO",
"description": "UNDOCUMENTATED",
"enum": [
"ALLOW_FADE",
"ALPHA_TEST",
@@ -94,11 +94,11 @@
]
}
},
"FailOperation": { "type": "string", "title": "Fail Operation", "description": "TODO", "enum": ["Keep", "Replace"] },
"FailOperation": { "type": "string", "title": "Fail Operation", "description": "UNDOCUMENTATED", "enum": ["Keep", "Replace"] },
"FaceSpecification": {
"type": "object",
"title": "Face",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"stencilDepthFailOp": {
@@ -126,11 +126,11 @@
"StatesSpecification": {
"type": "array",
"title": "States",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"type": "string",
"title": "State",
"description": "TODO",
"description": "UNDOCUMENTATED",
"enum": [
"Blending",
"DisableAlphaWrite",
@@ -148,51 +148,51 @@
"SamplerStatesSpecification": {
"type": "array",
"title": "Sampler States",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"type": "object",
"title": "Sample State",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"samplerIndex": { "type": "integer", "title": "Sample State", "description": "TODO" },
"textureFilter": { "type": "string", "title": "Texture Filter", "description": "TODO", "enum": ["Point", "Bilinear", "TexelAA"] },
"textureWrap": { "type": "string", "title": "Texture Wrap", "description": "TODO", "enum": ["Repeat", "Clamp"] }
"samplerIndex": { "type": "integer", "title": "Sample State", "description": "UNDOCUMENTATED" },
"textureFilter": { "type": "string", "title": "Texture Filter", "description": "UNDOCUMENTATED", "enum": ["Point", "Bilinear", "TexelAA"] },
"textureWrap": { "type": "string", "title": "Texture Wrap", "description": "UNDOCUMENTATED", "enum": ["Repeat", "Clamp"] }
}
}
},
"VertexFieldsSpecification": {
"type": "array",
"title": "Vertex Fields",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"type": "object",
"title": "Vertex Field",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": { "field": { "type": "string", "title": "Vertex Field", "description": "TODO" } }
"properties": { "field": { "type": "string", "title": "Vertex Field", "description": "UNDOCUMENTATED" } }
}
},
"VariantSpecification": {
"type": "array",
"title": "Variants",
"description": "TODO",
"description": "UNDOCUMENTATED",
"items": {
"type": "object",
"title": "Variant",
"description": "TODO",
"description": "UNDOCUMENTATED",
"propertyNames": { "enum": ["fading", "fog", "fog.underwater", "lit", "skinning", "skinning_color", "underlava", "underwater"] },
"additionalProperties": { "title": "Variant Item", "description": "TODO", "$ref": "#/definitions/VariantsItemSpecificaiton" }
"additionalProperties": { "title": "Variant Item", "description": "UNDOCUMENTATED", "$ref": "#/definitions/VariantsItemSpecificaiton" }
}
},
"VariantsItemSpecificaiton": {
"type": "object",
"title": "Variant Item",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"+defines": { "title": "Defines", "description": "TODO, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
"vertexFields": { "title": "Vertex Fields", "description": "TODO", "$ref": "#/definitions/VertexFieldsSpecification" },
"vertexFields": { "title": "Vertex Fields", "description": "UNDOCUMENTATED", "$ref": "#/definitions/VertexFieldsSpecification" },
"states": { "title": "States", "description": "TODO, start states???", "$ref": "#/definitions/StatesSpecification" },
"+states": { "title": "States", "description": "TODO, Add additional states???", "$ref": "#/definitions/StatesSpecification" },
"-states": { "title": "States", "description": "TODO, remove additional states???", "$ref": "#/definitions/StatesSpecification" }
@@ -203,43 +203,43 @@
"materials": {
"type": "object",
"title": "Materials",
"description": "TODO",
"description": "UNDOCUMENTATED",
"required": ["version"],
"properties": { "version": { "type": "string", "const": "1.0.0", "title": "Version", "description": "TODO" } },
"properties": { "version": { "type": "string", "const": "1.0.0", "title": "Version", "description": "UNDOCUMENTATED" } },
"additionalProperties": {
"title": "Material Definitions",
"description": "TODO",
"description": "UNDOCUMENTATED",
"additionalProperties": false,
"properties": {
"alphaDst": { "type": "string", "title": "Alpha Distance", "description": "TODO", "enum": ["DestColor", "OneMinusSrcAlpha"] },
"backFace": { "title": "Back Face", "description": "TODO", "$ref": "#/definitions/FaceSpecification" },
"alphaDst": { "type": "string", "title": "Alpha Distance", "description": "UNDOCUMENTATED", "enum": ["DestColor", "OneMinusSrcAlpha"] },
"backFace": { "title": "Back Face", "description": "UNDOCUMENTATED", "$ref": "#/definitions/FaceSpecification" },
"blendDst": {
"type": "string",
"title": "Blend Distance",
"description": "TODO",
"description": "UNDOCUMENTATED",
"enum": ["SourceAlpha", "OneMinusSrcAlpha", "OneMinusSrcColor", "SourceColor", "Zero", "One"]
},
"blendSrc": {
"type": "string",
"title": "Blend Source",
"description": "TODO",
"description": "UNDOCUMENTATED",
"enum": ["DestColor", "One", "OneMinusDestColor", "SourceAlpha", "SourceColor"]
},
"defines": { "title": "Defines", "description": "TODO, sets or starts definitions???", "$ref": "#/definitions/DefinesSpecification" },
"+defines": { "title": "Defines", "description": "TODO, Add definitions???", "$ref": "#/definitions/DefinesSpecification" },
"-defines": { "title": "Defines", "description": "TODO, removes definitions???", "$ref": "#/definitions/DefinesSpecification" },
"depthBias": { "type": "number", "title": "Depth Bias", "description": "TODO" },
"depthBiasOGL": { "type": "number", "title": "Depth Bias OGL", "description": "TODO" },
"depthFunc": { "type": "string", "title": "Depth Function", "description": "TODO", "enum": ["LessEqual", "Always", "Equal"] },
"fragmentShader": { "type": "string", "title": "Fragment Shader", "description": "TODO", "pattern": "^shaders/.*\\.fragment$" },
"frontFace": { "title": "Front Face", "description": "TODO", "$ref": "#/definitions/FaceSpecification" },
"depthBias": { "type": "number", "title": "Depth Bias", "description": "UNDOCUMENTATED" },
"depthBiasOGL": { "type": "number", "title": "Depth Bias OGL", "description": "UNDOCUMENTATED" },
"depthFunc": { "type": "string", "title": "Depth Function", "description": "UNDOCUMENTATED", "enum": ["LessEqual", "Always", "Equal"] },
"fragmentShader": { "type": "string", "title": "Fragment Shader", "description": "UNDOCUMENTATED", "pattern": "^shaders/.*\\.fragment$" },
"frontFace": { "title": "Front Face", "description": "UNDOCUMENTATED", "$ref": "#/definitions/FaceSpecification" },
"isAnimatedTexture": {
"type": "integer",
"title": "Is Animated Texture",
"description": "TODO, think its a boolean value as a number, so 1 and 0????"
},
"msaaSupport": { "type": "string", "title": "MSAA Support", "description": "TODO", "enum": ["Both", "MSAA"] },
"primitiveMode": { "type": "string", "title": "Primitive Mode", "description": "TODO", "enum": ["Line"] },
"msaaSupport": { "type": "string", "title": "MSAA Support", "description": "UNDOCUMENTATED", "enum": ["Both", "MSAA"] },
"primitiveMode": { "type": "string", "title": "Primitive Mode", "description": "UNDOCUMENTATED", "enum": ["Line"] },
"samplerStates": {
"title": "Sampler States",
"description": "TODO, set or start samplerStates???",
@@ -250,20 +250,25 @@
"description": "TODO, Add samplerStates???",
"$ref": "#/definitions/SamplerStatesSpecification"
},
"slopeScaledDepthBias": { "type": "number", "title": "Slope Scaled Depth Bias", "description": "TODO" },
"slopeScaledDepthBiasOGL": { "type": "number", "title": "Slope Scaled Depth Bias OGL", "description": "TODO" },
"slopeScaledDepthBias": { "type": "number", "title": "Slope Scaled Depth Bias", "description": "UNDOCUMENTATED" },
"slopeScaledDepthBiasOGL": { "type": "number", "title": "Slope Scaled Depth Bias OGL", "description": "UNDOCUMENTATED" },
"states": { "title": "States", "description": "TODO, start states???", "$ref": "#/definitions/StatesSpecification" },
"+states": { "title": "States", "description": "TODO, Add additional states???", "$ref": "#/definitions/StatesSpecification" },
"-states": { "title": "States", "description": "TODO, remove additional states???", "$ref": "#/definitions/StatesSpecification" },
"stencilRef": { "type": "integer", "title": "Stencil Ref", "description": "TODO" },
"stencilRefOverride": { "type": "integer", "title": "Stencil Ref Override", "description": "TODO" },
"stencilReadMask": { "type": "integer", "title": "Stencil Read Mask", "description": "TODO" },
"stencilWriteMask": { "type": "integer", "title": "Stencil Write Mask", "description": "TODO" },
"stencilRef": { "type": "integer", "title": "Stencil Ref", "description": "UNDOCUMENTATED" },
"stencilRefOverride": { "type": "integer", "title": "Stencil Ref Override", "description": "UNDOCUMENTATED" },
"stencilReadMask": { "type": "integer", "title": "Stencil Read Mask", "description": "UNDOCUMENTATED" },
"stencilWriteMask": { "type": "integer", "title": "Stencil Write Mask", "description": "UNDOCUMENTATED" },
"variants": { "title": "Variants", "description": "TODO, sets the variants?", "$ref": "#/definitions/VariantSpecification" },
"+variants": { "title": "Variants", "description": "TODO, adds variants?", "$ref": "#/definitions/VariantSpecification" },
"vertexFields": { "title": "Vertex Fields", "description": "TODO", "$ref": "#/definitions/VertexFieldsSpecification" },
"vertexShader": { "type": "string", "title": "Vertex Shader", "description": "TODO", "pattern": "^shaders/.*\\.vertex$" },
"vrGeometryShader": { "type": "string", "title": "VR Geometry Shader", "description": "TODO", "pattern": "^shaders/.*\\.geometry$" }
"vertexFields": { "title": "Vertex Fields", "description": "UNDOCUMENTATED", "$ref": "#/definitions/VertexFieldsSpecification" },
"vertexShader": { "type": "string", "title": "Vertex Shader", "description": "UNDOCUMENTATED", "pattern": "^shaders/.*\\.vertex$" },
"vrGeometryShader": {
"type": "string",
"title": "VR Geometry Shader",
"description": "UNDOCUMENTATED",
"pattern": "^shaders/.*\\.geometry$"
}
}
}
}