Schema definition ComposedTexture3D
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p438.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
@repeatR   Optional
@repeatS   Optional
@repeatT   Optional
-metadata   Optional
-texture   Optional
-textureProperties   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / ComposedTexture3D
-texture / ComposedTexture3D
-texture3D / ComposedTexture3D
-transferFunction / ComposedTexture3D
source code "ComposedTexture3D": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@repeatR": {
            "type": "boolean",
            "default": false
        },
        "@repeatS": {
            "type": "boolean",
            "default": false
        },
        "@repeatT": {
            "type": "boolean",
            "default": false
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-texture": {
            "$ref": "#/definitions/-textures2D"
        },
        "-textureProperties": {
            "$ref": "#/definitions/-textureProperties"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property ComposedTexture3D / @repeatR
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p442.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@repeatR": {
    "type": "boolean",
    "default": false
}

Property ComposedTexture3D / @repeatS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p443.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@repeatS": {
    "type": "boolean",
    "default": false
}

Property ComposedTexture3D / @repeatT
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p444.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@repeatT": {
    "type": "boolean",
    "default": false
}

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

Property ComposedTexture3D / -texture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p446.png
property details
Occurrence  Optional
reference -textures2D
source code "-texture": {
    "$ref": "#/definitions/-textures2D"
}

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

Property ComposedTexture3D / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p448.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