Schema definition CollidableOffset
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p287.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
@bboxCenter   Optional
@bboxSize   Optional
@enabled   Optional
@rotation   Optional
@translation   Optional
-collidable   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / CollidableOffset
-allNodes > array items [0]+ / Schema / CollidableOffset
-child / CollidableOffset
-children > array items [0]+ / Schema / CollidableOffset
-collidable / CollidableOffset
-collidables > array items [0]+ / Schema / CollidableOffset
source code "CollidableOffset": {
    "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"
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@rotation": {
            "$ref": "#/definitions/@rotation"
        },
        "@translation": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "-collidable": {
            "$ref": "#/definitions/-collidable"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property CollidableOffset / @bboxCenter
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p291.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@bboxCenter": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

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

Property CollidableOffset / @bboxSize
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p293.png
property details
Occurrence  Optional
reference @bboxSize
source code "@bboxSize": {
    "$ref": "#/definitions/@bboxSize"
}

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

Property CollidableOffset / @rotation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p295.png
property details
Occurrence  Optional
reference @rotation
source code "@rotation": {
    "$ref": "#/definitions/@rotation"
}

Property CollidableOffset / @translation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p296.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@translation": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

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

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

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

Property CollidableOffset / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p300.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