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 / HAnimHumanoid -allNodes > array items [0]+ / Schema / HAnimHumanoid -child / HAnimHumanoid -children > array items [0]+ / Schema / HAnimHumanoid |
||||||||||||||||||||||||||||||||||||||||||||||||
source code | "HAnimHumanoid": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "IS": { "$ref": "#/definitions/IS" }, "@bboxCenter": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@bboxSize": { "$ref": "#/definitions/@bboxSize" }, "@center": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@info": { "type": "array", "minItems": 1, "items": { "type": "string" } }, "@name": { "type": "string" }, "@rotation": { "$ref": "#/definitions/@rotation" }, "@scale": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "exclusiveMinimum": 0 } }, "@scaleOrientation": { "$ref": "#/definitions/@rotation" }, "@translation": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number" } }, "@version": { "type": "string" }, "-joints": { "$ref": "#/definitions/-hanimJoints" }, "-metadata": { "$ref": "#/definitions/-metadata" }, "-segments": { "$ref": "#/definitions/-segments" }, "-sites": { "$ref": "#/definitions/-sites" }, "-skeleton": { "$ref": "#/definitions/-skeleton" }, "-skin": { "$ref": "#/definitions/-children" }, "-skinCoord": { "$ref": "#/definitions/-coord" }, "-skinNormal": { "$ref": "#/definitions/-normal" }, "-viewpoints": { "$ref": "#/definitions/-sites" }, "-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 | "@bboxCenter": { "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 | @bboxSize | ||
source code | "@bboxSize": { "$ref": "#/definitions/@bboxSize" } |
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 | Array | ||
array constraints |
|
||
array items |
|
||
source code | "@info": { "type": "array", "minItems": 1, "items": { "type": "string" } } |
diagram | |
type | String |
source code | { "type": "string" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@name": { "type": "string" } |
diagram | |||
property details |
|
||
reference | @rotation | ||
source code | "@rotation": { "$ref": "#/definitions/@rotation" } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@scale": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "exclusiveMinimum": 0 } } |
diagram | |||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | { "type": "number", "exclusiveMinimum": 0 } |
diagram | |||
property details |
|
||
reference | @rotation | ||
source code | "@scaleOrientation": { "$ref": "#/definitions/@rotation" } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@translation": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number" } } |
diagram | |
type | Numeric |
source code | { "type": "number" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@version": { "type": "string" } |
diagram | |||
property details |
|
||
reference | -hanimJoints | ||
source code | "-joints": { "$ref": "#/definitions/-hanimJoints" } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |
diagram | |||
property details |
|
||
reference | -segments | ||
source code | "-segments": { "$ref": "#/definitions/-segments" } |
diagram | |||
property details |
|
||
reference | -sites | ||
source code | "-sites": { "$ref": "#/definitions/-sites" } |
diagram | |||
property details |
|
||
reference | -skeleton | ||
source code | "-skeleton": { "$ref": "#/definitions/-skeleton" } |
diagram | |||
property details |
|
||
reference | -children | ||
source code | "-skin": { "$ref": "#/definitions/-children" } |
diagram | |||
property details |
|
||
reference | -coord | ||
source code | "-skinCoord": { "$ref": "#/definitions/-coord" } |
diagram | |||
property details |
|
||
reference | -normal | ||
source code | "-skinNormal": { "$ref": "#/definitions/-normal" } |
diagram | |||
property details |
|
||
reference | -sites | ||
source code | "-viewpoints": { "$ref": "#/definitions/-sites" } |
diagram | |||
property details |
|
||
reference | -commentRoute | ||
source code | "-children": { "$ref": "#/definitions/-commentRoute" } |