Schema definition TextureBackground
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3083.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
@groundAngle   Optional
@groundColor   Optional
@skyAngle   Optional
@skyColor   Optional
@transparency   Optional
-backTexture   Optional
-bottomTexture   Optional
-frontTexture   Optional
-leftTexture   Optional
-metadata   Optional
-rightTexture   Optional
-topTexture   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / TextureBackground
-allNodes > array items [0]+ / Schema / TextureBackground
-child / TextureBackground
-children > array items [0]+ / Schema / TextureBackground
source code "TextureBackground": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@groundAngle": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number",
                "minimum": 0,
                "maximum": 1.5708
            }
        },
        "@groundColor": {
            "type": "array",
            "minItems": 3,
            "items": {
                "type": "number",
                "minimum": 0,
                "maximum": 1
            }
        },
        "@skyAngle": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number",
                "minimum": 0,
                "maximum": 3.1416
            }
        },
        "@skyColor": {
            "type": "array",
            "minItems": 3,
            "items": {
                "type": "number",
                "minimum": 0,
                "maximum": 1,
                "default": 0
            }
        },
        "@transparency": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        "-backTexture": {
            "$ref": "#/definitions/-texture2DMulti"
        },
        "-bottomTexture": {
            "$ref": "#/definitions/-texture2DMulti"
        },
        "-frontTexture": {
            "$ref": "#/definitions/-texture2DMulti"
        },
        "-leftTexture": {
            "$ref": "#/definitions/-texture2DMulti"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-rightTexture": {
            "$ref": "#/definitions/-texture2DMulti"
        },
        "-topTexture": {
            "$ref": "#/definitions/-texture2DMulti"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property TextureBackground / @groundAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3087.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@groundAngle": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "number",
        "minimum": 0,
        "maximum": 1.5708
    }
}

Array item wildcard TextureBackground / @groundAngle > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3088.png
type Numeric
numeric constraints
Minimum  0
Maximum  1.5708
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1.5708
}

Property TextureBackground / @groundColor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3089.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
array items
[0 - 2]+  Schema
source code "@groundColor": {
    "type": "array",
    "minItems": 3,
    "items": {
        "type": "number",
        "minimum": 0,
        "maximum": 1
    }
}

Array item wildcard TextureBackground / @groundColor > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3090.png
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1
}

Property TextureBackground / @skyAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3091.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@skyAngle": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "number",
        "minimum": 0,
        "maximum": 3.1416
    }
}

Array item wildcard TextureBackground / @skyAngle > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3092.png
type Numeric
numeric constraints
Minimum  0
Maximum  3.1416
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 3.1416
}

Property TextureBackground / @skyColor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3093.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
array items
[0 - 2]+  Schema
source code "@skyColor": {
    "type": "array",
    "minItems": 3,
    "items": {
        "type": "number",
        "minimum": 0,
        "maximum": 1,
        "default": 0
    }
}

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

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

Property TextureBackground / -backTexture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3096.png
property details
Occurrence  Optional
reference -texture2DMulti
source code "-backTexture": {
    "$ref": "#/definitions/-texture2DMulti"
}

Property TextureBackground / -bottomTexture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3097.png
property details
Occurrence  Optional
reference -texture2DMulti
source code "-bottomTexture": {
    "$ref": "#/definitions/-texture2DMulti"
}

Property TextureBackground / -frontTexture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3098.png
property details
Occurrence  Optional
reference -texture2DMulti
source code "-frontTexture": {
    "$ref": "#/definitions/-texture2DMulti"
}

Property TextureBackground / -leftTexture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3099.png
property details
Occurrence  Optional
reference -texture2DMulti
source code "-leftTexture": {
    "$ref": "#/definitions/-texture2DMulti"
}

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

Property TextureBackground / -rightTexture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3101.png
property details
Occurrence  Optional
reference -texture2DMulti
source code "-rightTexture": {
    "$ref": "#/definitions/-texture2DMulti"
}

Property TextureBackground / -topTexture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3102.png
property details
Occurrence  Optional
reference -texture2DMulti
source code "-topTexture": {
    "$ref": "#/definitions/-texture2DMulti"
}

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