Schema definition EdgeEnhancementVolumeStyle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p720.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
@edgeColor   Optional
@enabled   Optional
@gradientThreshold   Optional
-metadata   Optional
-surfaceNormals   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / EdgeEnhancementVolumeStyle
-composableRenderStyle / EdgeEnhancementVolumeStyle
-composableRenderStyles > array items [0]+ / Schema / EdgeEnhancementVolumeStyle
-renderStyle / EdgeEnhancementVolumeStyle
-renderStyles > array items [0]+ / Schema / EdgeEnhancementVolumeStyle
source code "EdgeEnhancementVolumeStyle": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@edgeColor": {
            "type": "array",
            "minItems": 4,
            "maxItems": 4,
            "items": [
                {
                    "type": "number",
                    "minimum": 0,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": 0,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": 0,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": 0,
                    "maximum": 1,
                    "default": 1
                }
            ],
            "additionalItems": false
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@gradientThreshold": {
            "type": "number",
            "minimum": 0,
            "maximum": 3.1416,
            "default": 0.4
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-surfaceNormals": {
            "$ref": "#/definitions/-texture3D"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property EdgeEnhancementVolumeStyle / @edgeColor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p724.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  4
Max Items  4
array items
[0]  Schema
[1]  Schema
[2]  Schema
[3]  Schema
source code "@edgeColor": {
    "type": "array",
    "minItems": 4,
    "maxItems": 4,
    "items": [
        {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 1
        }
    ],
    "additionalItems": false
}

Array item EdgeEnhancementVolumeStyle / @edgeColor > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p725.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0
}

Array item EdgeEnhancementVolumeStyle / @edgeColor > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p726.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0
}

Array item EdgeEnhancementVolumeStyle / @edgeColor > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p727.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0
}

Array item EdgeEnhancementVolumeStyle / @edgeColor > array items [3] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p728.png
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 1
}

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

Property EdgeEnhancementVolumeStyle / @gradientThreshold
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p730.png
property details
Occurrence  Optional
schema details
Default  0.4
type Numeric
numeric constraints
Minimum  0
Maximum  3.1416
source code "@gradientThreshold": {
    "type": "number",
    "minimum": 0,
    "maximum": 3.1416,
    "default": 0.4
}

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

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

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