Schema definition -texture2D
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4526.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  SF X3DTexture2DNode content
type Object
properties
Name   Occurrence
ImageTexture   Optional
MovieTexture   Optional
PixelTexture   Optional
ProtoInstance   Optional
used by BlendedVolumeStyle / -weightTransferFunction1
BlendedVolumeStyle / -weightTransferFunction2
ComposedCubeMapTexture / -back
ComposedCubeMapTexture / -bottom
ComposedCubeMapTexture / -front
ComposedCubeMapTexture / -left
ComposedCubeMapTexture / -right
ComposedCubeMapTexture / -top
source code "-texture2D": {
    "description": "SF X3DTexture2DNode content",
    "type": "object",
    "properties": {
        "ImageTexture": {
            "$ref": "#/definitions/ImageTexture"
        },
        "MovieTexture": {
            "$ref": "#/definitions/MovieTexture"
        },
        "PixelTexture": {
            "$ref": "#/definitions/PixelTexture"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

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

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

Property -texture2D / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4530.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