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 / ViewpointGroup ViewpointGroup / -children > array items [0]+ / Schema / ViewpointGroup -allNodes > array items [0]+ / Schema / ViewpointGroup -child / ViewpointGroup -children > array items [0]+ / Schema / ViewpointGroup |
||||||||||||||||||||||
source code | "ViewpointGroup": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "IS": { "$ref": "#/definitions/IS" }, "@center": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@description": { "type": "string" }, "@displayed": { "type": "boolean", "default": true }, "@retainUserOffsets": { "type": "boolean", "default": false }, "@size": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "-children": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "GeoViewpoint": { "$ref": "#/definitions/GeoViewpoint" }, "OrthoViewpoint": { "$ref": "#/definitions/OrthoViewpoint" }, "Viewpoint": { "$ref": "#/definitions/Viewpoint" }, "ViewpointGroup": { "$ref": "#/definitions/ViewpointGroup" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" }, "ROUTE": { "$ref": "#/definitions/ROUTE" }, "#comment": { "type": "string" } }, "additionalProperties": false } }, "-metadata": { "$ref": "#/definitions/-metadata" } }, "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 | "@center": { "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 |
|
||
type | String | ||
source code | "@description": { "type": "string" } |
diagram | ![]() |
||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@displayed": { "type": "boolean", "default": true } |
diagram | ![]() |
||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@retainUserOffsets": { "type": "boolean", "default": false } |
diagram | ![]() |
||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@size": { "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 |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
source code | "-children": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "GeoViewpoint": { "$ref": "#/definitions/GeoViewpoint" }, "OrthoViewpoint": { "$ref": "#/definitions/OrthoViewpoint" }, "Viewpoint": { "$ref": "#/definitions/Viewpoint" }, "ViewpointGroup": { "$ref": "#/definitions/ViewpointGroup" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" }, "ROUTE": { "$ref": "#/definitions/ROUTE" }, "#comment": { "type": "string" } }, "additionalProperties": false } } |
diagram | ![]() |
||||||||||||||||
type | Object | ||||||||||||||||
properties |
|
||||||||||||||||
source code | { "type": "object", "properties": { "GeoViewpoint": { "$ref": "#/definitions/GeoViewpoint" }, "OrthoViewpoint": { "$ref": "#/definitions/OrthoViewpoint" }, "Viewpoint": { "$ref": "#/definitions/Viewpoint" }, "ViewpointGroup": { "$ref": "#/definitions/ViewpointGroup" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" }, "ROUTE": { "$ref": "#/definitions/ROUTE" }, "#comment": { "type": "string" } }, "additionalProperties": false } |
diagram | ![]() |
||
property details |
|
||
reference | GeoViewpoint | ||
source code | "GeoViewpoint": { "$ref": "#/definitions/GeoViewpoint" } |
diagram | ![]() |
||
property details |
|
||
reference | OrthoViewpoint | ||
source code | "OrthoViewpoint": { "$ref": "#/definitions/OrthoViewpoint" } |
diagram | ![]() |
||
property details |
|
||
reference | Viewpoint | ||
source code | "Viewpoint": { "$ref": "#/definitions/Viewpoint" } |
diagram | ![]() |
||
property details |
|
||
reference | ViewpointGroup | ||
source code | "ViewpointGroup": { "$ref": "#/definitions/ViewpointGroup" } |
diagram | ![]() |
||
property details |
|
||
reference | ProtoInstance | ||
source code | "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } |
diagram | ![]() |
||
property details |
|
||
reference | ROUTE | ||
source code | "ROUTE": { "$ref": "#/definitions/ROUTE" } |
diagram | ![]() |
||
property details |
|
||
type | String | ||
source code | "#comment": { "type": "string" } |
diagram | ![]() |
||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |