diagram | |||||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||
schema details |
|
||||||||
type | Array | ||||||||
array constraints |
|
||||||||
array items |
|
||||||||
used by | CADPart / @rotation CADPart / @scaleOrientation CollidableOffset / @rotation CollidableShape / @rotation EspduTransform / @rotation EspduTransform / @scaleOrientation GeoTransform / @rotation GeoTransform / @scaleOrientation GeoViewpoint / @orientation HAnimHumanoid / @rotation HAnimHumanoid / @scaleOrientation HAnimJoint / @limitOrientation HAnimJoint / @rotation HAnimJoint / @scaleOrientation HAnimSite / @rotation HAnimSite / @scaleOrientation OrientationChaser / @initialDestination OrientationChaser / @initialValue OrientationDamper / @initialDestination OrientationDamper / @initialValue OrthoViewpoint / @orientation PlaneSensor / @axisRotation RigidBody / @orientation TextureTransform3D / @rotation Transform / @rotation Transform / @scaleOrientation |
||||||||
source code | "@rotation": { "description": "Validates all four components", "type": "array", "minItems": 4, "maxItems": 4, "items": [ { "type": "number", "minimum": -1, "maximum": 1, "default": 0 }, { "type": "number", "minimum": -1, "maximum": 1, "default": 0 }, { "type": "number", "minimum": -1, "maximum": 1, "default": 1 }, { "type": "number", "default": 0 } ], "additionalItems": false } |
diagram | |||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | { "type": "number", "minimum": -1, "maximum": 1, "default": 0 } |
diagram | |||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | { "type": "number", "minimum": -1, "maximum": 1, "default": 0 } |
diagram | |||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | { "type": "number", "minimum": -1, "maximum": 1, "default": 1 } |
diagram | |||
schema details |
|
||
type | Numeric | ||
source code | { "type": "number", "default": 0 } |