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 / PrimitivePickSensor -allNodes > array items [0]+ / Schema / PrimitivePickSensor -child / PrimitivePickSensor -children > array items [0]+ / Schema / PrimitivePickSensor |
||||||||||||||||||||||||||
source code | "PrimitivePickSensor": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "IS": { "$ref": "#/definitions/IS" }, "@enabled": { "type": "boolean", "default": true }, "@intersectionType": { "type": "string", "default": "BOUNDS" }, "@matchCriterion": { "type": "string", "enum": [ "MATCH_ANY", "MATCH_EVERY", "MATCH_ONLY_ONE" ], "default": "MATCH_ANY" }, "@objectType": { "type": "array", "minItems": 1, "items": [ { "type": "string", "default": "ALL" } ], "additionalItems": { "type": "string" } }, "@sortOrder": { "type": "string", "enum": [ "ANY", "CLOSEST", "ALL", "ALL_SORTED" ], "default": "CLOSEST" }, "-metadata": { "$ref": "#/definitions/-metadata" }, "-pickingGeometry": { "type": "array", "minItems": 1, "maxItems": 1, "items": { "type": "object", "properties": { "Box": { "$ref": "#/definitions/Box" }, "Cone": { "$ref": "#/definitions/Cone" }, "Cylinder": { "$ref": "#/definitions/Cylinder" }, "Sphere": { "$ref": "#/definitions/Sphere" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } }, "additionalProperties": false } }, "-pickTarget": { "$ref": "#/definitions/-pickTarget" }, "-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 |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@enabled": { "type": "boolean", "default": true } |
diagram | |||
property details |
|
||
schema details |
|
||
type | String | ||
source code | "@intersectionType": { "type": "string", "default": "BOUNDS" } |
diagram | |||||||||
property details |
|
||||||||
schema details |
|
||||||||
type | String | ||||||||
enumerations |
|
||||||||
source code | "@matchCriterion": { "type": "string", "enum": [ "MATCH_ANY", "MATCH_EVERY", "MATCH_ONLY_ONE" ], "default": "MATCH_ANY" } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@objectType": { "type": "array", "minItems": 1, "items": [ { "type": "string", "default": "ALL" } ], "additionalItems": { "type": "string" } } |
diagram | |||
schema details |
|
||
type | String | ||
source code | { "type": "string", "default": "ALL" } |
diagram | |
type | String |
source code | { "type": "string" } |
diagram | |||||||||||
property details |
|
||||||||||
schema details |
|
||||||||||
type | String | ||||||||||
enumerations |
|
||||||||||
source code | "@sortOrder": { "type": "string", "enum": [ "ANY", "CLOSEST", "ALL", "ALL_SORTED" ], "default": "CLOSEST" } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "-pickingGeometry": { "type": "array", "minItems": 1, "maxItems": 1, "items": { "type": "object", "properties": { "Box": { "$ref": "#/definitions/Box" }, "Cone": { "$ref": "#/definitions/Cone" }, "Cylinder": { "$ref": "#/definitions/Cylinder" }, "Sphere": { "$ref": "#/definitions/Sphere" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } }, "additionalProperties": false } } |
diagram | |||||||||||||
type | Object | ||||||||||||
properties |
|
||||||||||||
source code | { "type": "object", "properties": { "Box": { "$ref": "#/definitions/Box" }, "Cone": { "$ref": "#/definitions/Cone" }, "Cylinder": { "$ref": "#/definitions/Cylinder" }, "Sphere": { "$ref": "#/definitions/Sphere" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } }, "additionalProperties": false } |
diagram | |||
property details |
|
||
reference | Box | ||
source code | "Box": { "$ref": "#/definitions/Box" } |
diagram | |||
property details |
|
||
reference | Cone | ||
source code | "Cone": { "$ref": "#/definitions/Cone" } |
diagram | |||
property details |
|
||
reference | Cylinder | ||
source code | "Cylinder": { "$ref": "#/definitions/Cylinder" } |
diagram | |||
property details |
|
||
reference | Sphere | ||
source code | "Sphere": { "$ref": "#/definitions/Sphere" } |
diagram | |||
property details |
|
||
reference | ProtoInstance | ||
source code | "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } |
diagram | |||
property details |
|
||
reference | -pickTarget | ||
source code | "-pickTarget": { "$ref": "#/definitions/-pickTarget" } |
diagram | |||
property details |
|
||
reference | -commentRoute | ||
source code | "-children": { "$ref": "#/definitions/-commentRoute" } |