Schema definition GeneratedCubeMapTexture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p974.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@DEF   Optional
@USE   Optional
IS   Optional
@size   Optional
@update   Optional
-metadata   Optional
-textureProperties   Optional
used by -allNodes > array items [0]+ / Schema / GeneratedCubeMapTexture
-texture / GeneratedCubeMapTexture
source code "GeneratedCubeMapTexture": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@size": {
            "type": "integer",
            "exclusiveMinimum": 0,
            "default": 128
        },
        "@update": {
            "type": "string",
            "enum": [
                "NONE",
                "NEXT_FRAME_ONLY",
                "ALWAYS"
            ],
            "default": "NONE"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-textureProperties": {
            "$ref": "#/definitions/-textureProperties"
        }
    },
    "additionalProperties": false
}

Property GeneratedCubeMapTexture / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p975.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

Property GeneratedCubeMapTexture / @USE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p976.png
property details
Occurrence  Optional
type String
source code "@USE": {
    "type": "string"
}

Property GeneratedCubeMapTexture / IS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p977.png
property details
Occurrence  Optional
reference IS
source code "IS": {
    "$ref": "#/definitions/IS"
}

Property GeneratedCubeMapTexture / @size
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p978.png
property details
Occurrence  Optional
schema details
Default  128
type Numeric
numeric constraints
Mode  Integer
Minimum  0
Excl. Min  true
source code "@size": {
    "type": "integer",
    "exclusiveMinimum": 0,
    "default": 128
}

Property GeneratedCubeMapTexture / @update
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p979.png
property details
Occurrence  Optional
schema details
Default  "NONE"
type String
enumerations
Type   Value
string   NONE
string   NEXT_FRAME_ONLY
string   ALWAYS
source code "@update": {
    "type": "string",
    "enum": [
        "NONE",
        "NEXT_FRAME_ONLY",
        "ALWAYS"
    ],
    "default": "NONE"
}

Property GeneratedCubeMapTexture / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p980.png
property details
Occurrence  Optional
reference -metadata
source code "-metadata": {
    "$ref": "#/definitions/-metadata"
}

Property GeneratedCubeMapTexture / -textureProperties
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p981.png
property details
Occurrence  Optional
reference -textureProperties
source code "-textureProperties": {
    "$ref": "#/definitions/-textureProperties"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html