Schema definition -texture2DMulti
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4531.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  SF X3DTexture2DNode | MultiTexture content
type Object
properties
Name   Occurrence
ImageTexture   Optional
MovieTexture   Optional
MultiTexture   Optional
PixelTexture   Optional
ProtoInstance   Optional
used by TextureBackground / -backTexture
TextureBackground / -bottomTexture
TextureBackground / -frontTexture
TextureBackground / -leftTexture
TextureBackground / -rightTexture
TextureBackground / -topTexture
source code "-texture2DMulti": {
    "description": "SF X3DTexture2DNode | MultiTexture content",
    "type": "object",
    "properties": {
        "ImageTexture": {
            "$ref": "#/definitions/ImageTexture"
        },
        "MovieTexture": {
            "$ref": "#/definitions/MovieTexture"
        },
        "MultiTexture": {
            "$ref": "#/definitions/MultiTexture"
        },
        "PixelTexture": {
            "$ref": "#/definitions/PixelTexture"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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


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