diagram | |||||||||||||||||||||||||||||||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||||||||||||||||||||||||||
type | Object | ||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||
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 } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@DEF": { "type": "string" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@USE": { "type": "string" } |
diagram | |||
property details |
|
||
reference | IS | ||
source code | "IS": { "$ref": "#/definitions/IS" } |
diagram | |||
property details |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
source code | "@groundAngle": { "type": "array", "minItems": 1, "items": { "type": "number", "minimum": 0, "maximum": 1.5708 } } |
diagram | |||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | { "type": "number", "minimum": 0, "maximum": 1.5708 } |
diagram | |||
property details |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
source code | "@groundColor": { "type": "array", "minItems": 3, "items": { "type": "number", "minimum": 0, "maximum": 1 } } |
diagram | |||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | { "type": "number", "minimum": 0, "maximum": 1 } |
diagram | |||
property details |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
source code | "@skyAngle": { "type": "array", "minItems": 1, "items": { "type": "number", "minimum": 0, "maximum": 3.1416 } } |
diagram | |||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | { "type": "number", "minimum": 0, "maximum": 3.1416 } |
diagram | |||
property details |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
source code | "@skyColor": { "type": "array", "minItems": 3, "items": { "type": "number", "minimum": 0, "maximum": 1, "default": 0 } } |
diagram | |||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | { "type": "number", "minimum": 0, "maximum": 1, "default": 0 } |
diagram | |||||
property details |
|
||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | "@transparency": { "type": "number", "minimum": 0, "maximum": 1, "default": 0 } |
diagram | |||
property details |
|
||
reference | -texture2DMulti | ||
source code | "-backTexture": { "$ref": "#/definitions/-texture2DMulti" } |
diagram | |||
property details |
|
||
reference | -texture2DMulti | ||
source code | "-bottomTexture": { "$ref": "#/definitions/-texture2DMulti" } |
diagram | |||
property details |
|
||
reference | -texture2DMulti | ||
source code | "-frontTexture": { "$ref": "#/definitions/-texture2DMulti" } |
diagram | |||
property details |
|
||
reference | -texture2DMulti | ||
source code | "-leftTexture": { "$ref": "#/definitions/-texture2DMulti" } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |
diagram | |||
property details |
|
||
reference | -texture2DMulti | ||
source code | "-rightTexture": { "$ref": "#/definitions/-texture2DMulti" } |
diagram | |||
property details |
|
||
reference | -texture2DMulti | ||
source code | "-topTexture": { "$ref": "#/definitions/-texture2DMulti" } |
diagram | |||
property details |
|
||
reference | -commentRoute | ||
source code | "-children": { "$ref": "#/definitions/-commentRoute" } |