Schema definition ComposedCubeMapTexture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p417.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
-back   Optional
-bottom   Optional
-front   Optional
-left   Optional
-metadata   Optional
-right   Optional
-top   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / ComposedCubeMapTexture
-texture / ComposedCubeMapTexture
source code "ComposedCubeMapTexture": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "-back": {
            "$ref": "#/definitions/-texture2D"
        },
        "-bottom": {
            "$ref": "#/definitions/-texture2D"
        },
        "-front": {
            "$ref": "#/definitions/-texture2D"
        },
        "-left": {
            "$ref": "#/definitions/-texture2D"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-right": {
            "$ref": "#/definitions/-texture2D"
        },
        "-top": {
            "$ref": "#/definitions/-texture2D"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property ComposedCubeMapTexture / -back
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p421.png
property details
Occurrence  Optional
reference -texture2D
source code "-back": {
    "$ref": "#/definitions/-texture2D"
}

Property ComposedCubeMapTexture / -bottom
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p422.png
property details
Occurrence  Optional
reference -texture2D
source code "-bottom": {
    "$ref": "#/definitions/-texture2D"
}

Property ComposedCubeMapTexture / -front
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p423.png
property details
Occurrence  Optional
reference -texture2D
source code "-front": {
    "$ref": "#/definitions/-texture2D"
}

Property ComposedCubeMapTexture / -left
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p424.png
property details
Occurrence  Optional
reference -texture2D
source code "-left": {
    "$ref": "#/definitions/-texture2D"
}

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

Property ComposedCubeMapTexture / -right
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p426.png
property details
Occurrence  Optional
reference -texture2D
source code "-right": {
    "$ref": "#/definitions/-texture2D"
}

Property ComposedCubeMapTexture / -top
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p427.png
property details
Occurrence  Optional
reference -texture2D
source code "-top": {
    "$ref": "#/definitions/-texture2D"
}

Property ComposedCubeMapTexture / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p428.png
property details
Occurrence  Optional
reference -commentRoute
source code "-children": {
    "$ref": "#/definitions/-commentRoute"
}


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