| 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 / PointPickSensor -allNodes > array items [0]+ / Schema / PointPickSensor -child / PointPickSensor -children > array items [0]+ / Schema / PointPickSensor |
||||||||||||||||||||||||||
| source code | "PointPickSensor": { "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": "object", "properties": { "PointSet": { "$ref": "#/definitions/PointSet" }, "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 | Object | ||||||
| properties |
|
||||||
| source code | "-pickingGeometry": { "type": "object", "properties": { "PointSet": { "$ref": "#/definitions/PointSet" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } }, "additionalProperties": false } |
| diagram | ![]() |
||
| property details |
|
||
| reference | PointSet | ||
| source code | "PointSet": { "$ref": "#/definitions/PointSet" } |
| 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" } |