Schema definition -texture3D
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4537.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  SF X3DTexture3DNode content
type Object
properties
Name   Occurrence
ComposedTexture3D   Optional
ImageTexture3D   Optional
PixelTexture3D   Optional
ProtoInstance   Optional
used by BlendedVolumeStyle / -voxels
CartoonVolumeStyle / -surfaceNormals
EdgeEnhancementVolumeStyle / -surfaceNormals
IsoSurfaceVolumeData / -gradients
IsoSurfaceVolumeData / -voxels
SegmentedVolumeData / -segmentIdentifiers
SegmentedVolumeData / -voxels
ShadedVolumeStyle / -surfaceNormals
SilhouetteEnhancementVolumeStyle / -surfaceNormals
ToneMappedVolumeStyle / -surfaceNormals
VolumeData / -voxels
source code "-texture3D": {
    "description": "SF X3DTexture3DNode content",
    "type": "object",
    "properties": {
        "ComposedTexture3D": {
            "$ref": "#/definitions/ComposedTexture3D"
        },
        "ImageTexture3D": {
            "$ref": "#/definitions/ImageTexture3D"
        },
        "PixelTexture3D": {
            "$ref": "#/definitions/PixelTexture3D"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

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

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

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