Schema definition -massDensityModel
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4371.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  SF Box | Cone | Sphere content
type Object
properties
Name   Occurrence
Box   Optional
@Cone   Optional
Sphere   Optional
ProtoInstance   Optional
used by RigidBody / -massDensityModel
source code "-massDensityModel": {
    "description": "SF Box | Cone | Sphere content",
    "type": "object",
    "properties": {
        "Box": {
            "$ref": "#/definitions/Box"
        },
        "@Cone": {
            "$ref": "#/definitions/Cone"
        },
        "Sphere": {
            "$ref": "#/definitions/Sphere"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

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

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

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


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