Schema definition ShadedVolumeStyle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2751.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
@enabled   Optional
@lighting   Optional
@phaseFunction   Optional
@shadows   Optional
-material   Optional
-metadata   Optional
-surfaceNormals   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / ShadedVolumeStyle
-composableRenderStyle / ShadedVolumeStyle
-composableRenderStyles > array items [0]+ / Schema / ShadedVolumeStyle
-renderStyle / ShadedVolumeStyle
-renderStyles > array items [0]+ / Schema / ShadedVolumeStyle
source code "ShadedVolumeStyle": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@lighting": {
            "type": "boolean",
            "default": false
        },
        "@phaseFunction": {
            "type": "string",
            "default": "Henyey-Greenstein"
        },
        "@shadows": {
            "type": "boolean",
            "default": false
        },
        "-material": {
            "$ref": "#/definitions/-material"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-surfaceNormals": {
            "$ref": "#/definitions/-texture3D"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property ShadedVolumeStyle / @enabled
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2755.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@enabled": {
    "type": "boolean",
    "default": true
}

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

Property ShadedVolumeStyle / @phaseFunction
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2757.png
property details
Occurrence  Optional
schema details
Default  "Henyey-Greenstein"
type String
source code "@phaseFunction": {
    "type": "string",
    "default": "Henyey-Greenstein"
}

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

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

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

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

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