diagram | |||||||||||||||||||||||||||||||||||||||||||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||||||||||||||||||||||||||||||||||||||
type | Object | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
used by | GeoMetadata / -data > array items [0]+ / Schema / GeoElevationGrid -allNodes > array items [0]+ / Schema / GeoElevationGrid -geometry / GeoElevationGrid |
||||||||||||||||||||||||||||||||||||||||||||||
source code | "GeoElevationGrid": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "IS": { "$ref": "#/definitions/IS" }, "@ccw": { "type": "boolean", "default": true }, "@colorPerVertex": { "type": "boolean", "default": true }, "@creaseAngle": { "type": "number", "minimum": 0, "default": 0 }, "@geoGridOrigin": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@geoSystem": { "$ref": "#/definitions/@geoSystem" }, "@height": { "type": "array", "minItems": 1, "items": [ { "type": "number", "default": 0 } ], "additionalItems": { "type": "number" } }, "@normalPerVertex": { "type": "boolean", "default": true }, "@solid": { "type": "boolean", "default": true }, "@xDimension": { "type": "integer", "minimum": 0, "default": 2 }, "@xSpacing": { "type": "number", "exclusiveMinimum": 0, "default": 1 }, "@yScale": { "type": "number", "minimum": 0, "default": 1 }, "@zDimension": { "type": "integer", "minimum": 0, "default": 2 }, "@zSpacing": { "type": "number", "exclusiveMinimum": 0, "default": 1 }, "-color": { "$ref": "#/definitions/-color" }, "-geoOrigin": { "$ref": "#/definitions/-geoOrigin" }, "-metadata": { "$ref": "#/definitions/-metadata" }, "-normal": { "$ref": "#/definitions/-normal" }, "-texCoord": { "$ref": "#/definitions/-texCoord" }, "-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 |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@ccw": { "type": "boolean", "default": true } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@colorPerVertex": { "type": "boolean", "default": true } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Numeric | ||
numeric constraints |
|
||
source code | "@creaseAngle": { "type": "number", "minimum": 0, "default": 0 } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@geoGridOrigin": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } } |
diagram | |||
schema details |
|
||
type | Numeric | ||
source code | { "type": "number", "default": 0 } |
diagram | |||
property details |
|
||
reference | @geoSystem | ||
source code | "@geoSystem": { "$ref": "#/definitions/@geoSystem" } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@height": { "type": "array", "minItems": 1, "items": [ { "type": "number", "default": 0 } ], "additionalItems": { "type": "number" } } |
diagram | |||
schema details |
|
||
type | Numeric | ||
source code | { "type": "number", "default": 0 } |
diagram | |
type | Numeric |
source code | { "type": "number" } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@normalPerVertex": { "type": "boolean", "default": true } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@solid": { "type": "boolean", "default": true } |
diagram | |||||
property details |
|
||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | "@xDimension": { "type": "integer", "minimum": 0, "default": 2 } |
diagram | |||||
property details |
|
||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | "@xSpacing": { "type": "number", "exclusiveMinimum": 0, "default": 1 } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Numeric | ||
numeric constraints |
|
||
source code | "@yScale": { "type": "number", "minimum": 0, "default": 1 } |
diagram | |||||
property details |
|
||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | "@zDimension": { "type": "integer", "minimum": 0, "default": 2 } |
diagram | |||||
property details |
|
||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | "@zSpacing": { "type": "number", "exclusiveMinimum": 0, "default": 1 } |
diagram | |||
property details |
|
||
reference | -color | ||
source code | "-color": { "$ref": "#/definitions/-color" } |
diagram | |||
property details |
|
||
reference | -geoOrigin | ||
source code | "-geoOrigin": { "$ref": "#/definitions/-geoOrigin" } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |
diagram | |||
property details |
|
||
reference | -normal | ||
source code | "-normal": { "$ref": "#/definitions/-normal" } |
diagram | |||
property details |
|
||
reference | -texCoord | ||
source code | "-texCoord": { "$ref": "#/definitions/-texCoord" } |
diagram | |||
property details |
|
||
reference | -commentRoute | ||
source code | "-children": { "$ref": "#/definitions/-commentRoute" } |