Schema definition ProjectionVolumeStyle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2367.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
@intensityThreshold   Optional
@type   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / ProjectionVolumeStyle
-renderStyle / ProjectionVolumeStyle
-renderStyles > array items [0]+ / Schema / ProjectionVolumeStyle
source code "ProjectionVolumeStyle": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@intensityThreshold": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        "@type": {
            "type": "string",
            "enum": [
                "MAX",
                "MIN",
                "AVERAGE"
            ],
            "default": "MAX"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

Property ProjectionVolumeStyle / @intensityThreshold
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2372.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code "@intensityThreshold": {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0
}

Property ProjectionVolumeStyle / @type
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2373.png
property details
Occurrence  Optional
schema details
Default  "MAX"
type String
enumerations
Type   Value
string   MAX
string   MIN
string   AVERAGE
source code "@type": {
    "type": "string",
    "enum": [
        "MAX",
        "MIN",
        "AVERAGE"
    ],
    "default": "MAX"
}

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

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