Schema definition RigidBodyCollection
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2507.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@DEF   Optional
@USE   Optional
IS   Optional
@autoDisable   Optional
@constantForceMix   Optional
@contactSurfaceThickness   Optional
@disableAngularSpeed   Optional
@disableLinearSpeed   Optional
@disableTime   Optional
@enabled   Optional
@errorCorrection   Optional
@gravity   Optional
@iterations   Optional
@maxCorrectionSpeed   Optional
@preferAccuracy   Optional
-bodies   Optional
-collider   Optional
-joints   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / RigidBodyCollection
-allNodes > array items [0]+ / Schema / RigidBodyCollection
-child / RigidBodyCollection
-children > array items [0]+ / Schema / RigidBodyCollection
source code "RigidBodyCollection": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@autoDisable": {
            "type": "boolean",
            "default": false
        },
        "@constantForceMix": {
            "type": "number",
            "minimum": 0,
            "default": 0.0001
        },
        "@contactSurfaceThickness": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@disableAngularSpeed": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@disableLinearSpeed": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@disableTime": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@errorCorrection": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0.8
        },
        "@gravity": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": [
                {
                    "type": "number",
                    "default": 0
                },
                {
                    "type": "number",
                    "default": -9.81
                },
                {
                    "type": "number",
                    "default": 0
                }
            ],
            "additionalItems": false
        },
        "@iterations": {
            "type": "integer",
            "minimum": 0,
            "default": 10
        },
        "@maxCorrectionSpeed": {
            "type": "number",
            "minimum": -1,
            "default": -1
        },
        "@preferAccuracy": {
            "type": "boolean",
            "default": false
        },
        "-bodies": {
            "$ref": "#/definitions/-bodies"
        },
        "-collider": {
            "$ref": "#/definitions/-collider"
        },
        "-joints": {
            "$ref": "#/definitions/-rigidBodyJoints"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

Property RigidBodyCollection / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2508.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

Property RigidBodyCollection / @USE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2509.png
property details
Occurrence  Optional
type String
source code "@USE": {
    "type": "string"
}

Property RigidBodyCollection / IS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2510.png
property details
Occurrence  Optional
reference IS
source code "IS": {
    "$ref": "#/definitions/IS"
}

Property RigidBodyCollection / @autoDisable
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2511.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@autoDisable": {
    "type": "boolean",
    "default": false
}

Property RigidBodyCollection / @constantForceMix
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2512.png
property details
Occurrence  Optional
schema details
Default  0.0001
type Numeric
numeric constraints
Minimum  0
source code "@constantForceMix": {
    "type": "number",
    "minimum": 0,
    "default": 0.0001
}

Property RigidBodyCollection / @contactSurfaceThickness
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2513.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
source code "@contactSurfaceThickness": {
    "type": "number",
    "minimum": 0,
    "default": 0
}

Property RigidBodyCollection / @disableAngularSpeed
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2514.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
source code "@disableAngularSpeed": {
    "type": "number",
    "minimum": 0,
    "default": 0
}

Property RigidBodyCollection / @disableLinearSpeed
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2515.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
source code "@disableLinearSpeed": {
    "type": "number",
    "minimum": 0,
    "default": 0
}

Property RigidBodyCollection / @disableTime
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2516.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
source code "@disableTime": {
    "type": "number",
    "minimum": 0,
    "default": 0
}

Property RigidBodyCollection / @enabled
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2517.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@enabled": {
    "type": "boolean",
    "default": true
}

Property RigidBodyCollection / @errorCorrection
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2518.png
property details
Occurrence  Optional
schema details
Default  0.8
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code "@errorCorrection": {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0.8
}

Property RigidBodyCollection / @gravity
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2519.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0]  Schema
[1]  Schema
[2]  Schema
source code "@gravity": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": [
        {
            "type": "number",
            "default": 0
        },
        {
            "type": "number",
            "default": -9.81
        },
        {
            "type": "number",
            "default": 0
        }
    ],
    "additionalItems": false
}

Array item RigidBodyCollection / @gravity > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2520.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Array item RigidBodyCollection / @gravity > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2521.png
schema details
Default  -9.81
type Numeric
source code {
    "type": "number",
    "default": -9.81
}

Array item RigidBodyCollection / @gravity > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2522.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Property RigidBodyCollection / @iterations
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2523.png
property details
Occurrence  Optional
schema details
Default  10
type Numeric
numeric constraints
Mode  Integer
Minimum  0
source code "@iterations": {
    "type": "integer",
    "minimum": 0,
    "default": 10
}

Property RigidBodyCollection / @maxCorrectionSpeed
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2524.png
property details
Occurrence  Optional
schema details
Default  -1
type Numeric
numeric constraints
Minimum  -1
source code "@maxCorrectionSpeed": {
    "type": "number",
    "minimum": -1,
    "default": -1
}

Property RigidBodyCollection / @preferAccuracy
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2525.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@preferAccuracy": {
    "type": "boolean",
    "default": false
}

Property RigidBodyCollection / -bodies
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2526.png
property details
Occurrence  Optional
reference -bodies
source code "-bodies": {
    "$ref": "#/definitions/-bodies"
}

Property RigidBodyCollection / -collider
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2527.png
property details
Occurrence  Optional
reference -collider
source code "-collider": {
    "$ref": "#/definitions/-collider"
}

Property RigidBodyCollection / -joints
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2528.png
property details
Occurrence  Optional
reference -rigidBodyJoints
source code "-joints": {
    "$ref": "#/definitions/-rigidBodyJoints"
}

Property RigidBodyCollection / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2529.png
property details
Occurrence  Optional
reference -metadata
source code "-metadata": {
    "$ref": "#/definitions/-metadata"
}

Property RigidBodyCollection / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2530.png
property details
Occurrence  Optional
reference -commentRoute
source code "-children": {
    "$ref": "#/definitions/-commentRoute"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html