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 / ParticleSystem TransformSensor / -targetObject > array items [0]+ / Schema / ParticleSystem -allNodes > array items [0]+ / Schema / ParticleSystem -child / ParticleSystem -children > array items [0]+ / Schema / ParticleSystem -pickTarget > array items [0]+ / Schema / ParticleSystem |
||||||||||||||||||||||||||||||||||||||||||||||
source code | "ParticleSystem": { "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" }, "@colorKey": { "type": "array", "minItems": 1, "items": { "type": "number", "minimum": 0 } }, "@createParticles": { "type": "boolean", "default": true }, "@enabled": { "type": "boolean", "default": true }, "@geometryType": { "type": "string", "default": "QUAD" }, "@lifetimeVariation": { "type": "number", "minimum": 0, "maximum": 1, "default": 0.25 }, "@maxParticles": { "type": "integer", "minimum": 0, "default": 200 }, "@particleLifetime": { "type": "number", "minimum": 0, "default": 5 }, "@particleSize": { "type": "array", "minItems": 2, "maxItems": 2, "items": { "type": "number", "minimum": 0, "default": 0.02 } }, "@texCoordKey": { "type": "array", "minItems": 1, "items": { "type": "number", "minimum": 0 } }, "-appearance": { "$ref": "#/definitions/-appearance" }, "-colorRamp": { "$ref": "#/definitions/-color" }, "-emitter": { "$ref": "#/definitions/-emitter" }, "-geometry": { "$ref": "#/definitions/-geometry" }, "-metadata": { "$ref": "#/definitions/-metadata" }, "-physics": { "$ref": "#/definitions/-physics" }, "-texCoordRamp": { "type": "object", "properties": { "TextureCoordinate": { "$ref": "#/definitions/TextureCoordinate" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } }, "additionalProperties": false }, "-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 |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@bboxCenter": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } } |
diagram | |||
schema details |
|
||
type | Numeric | ||
source code | { "type": "number", "default": 0 } |
diagram | |||
property details |
|
||
reference | @bboxSize | ||
source code | "@bboxSize": { "$ref": "#/definitions/@bboxSize" } |
diagram | |||
property details |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
source code | "@colorKey": { "type": "array", "minItems": 1, "items": { "type": "number", "minimum": 0 } } |
diagram | |||
type | Numeric | ||
numeric constraints |
|
||
source code | { "type": "number", "minimum": 0 } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@createParticles": { "type": "boolean", "default": true } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@enabled": { "type": "boolean", "default": true } |
diagram | |||
property details |
|
||
schema details |
|
||
type | String | ||
source code | "@geometryType": { "type": "string", "default": "QUAD" } |
diagram | |||||
property details |
|
||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | "@lifetimeVariation": { "type": "number", "minimum": 0, "maximum": 1, "default": 0.25 } |
diagram | |||||
property details |
|
||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | "@maxParticles": { "type": "integer", "minimum": 0, "default": 200 } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Numeric | ||
numeric constraints |
|
||
source code | "@particleLifetime": { "type": "number", "minimum": 0, "default": 5 } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@particleSize": { "type": "array", "minItems": 2, "maxItems": 2, "items": { "type": "number", "minimum": 0, "default": 0.02 } } |
diagram | |||
schema details |
|
||
type | Numeric | ||
numeric constraints |
|
||
source code | { "type": "number", "minimum": 0, "default": 0.02 } |
diagram | |||
property details |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
source code | "@texCoordKey": { "type": "array", "minItems": 1, "items": { "type": "number", "minimum": 0 } } |
diagram | |||
type | Numeric | ||
numeric constraints |
|
||
source code | { "type": "number", "minimum": 0 } |
diagram | |||
property details |
|
||
reference | -appearance | ||
source code | "-appearance": { "$ref": "#/definitions/-appearance" } |
diagram | |||
property details |
|
||
reference | -color | ||
source code | "-colorRamp": { "$ref": "#/definitions/-color" } |
diagram | |||
property details |
|
||
reference | -emitter | ||
source code | "-emitter": { "$ref": "#/definitions/-emitter" } |
diagram | |||
property details |
|
||
reference | -geometry | ||
source code | "-geometry": { "$ref": "#/definitions/-geometry" } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |
diagram | |||
property details |
|
||
reference | -physics | ||
source code | "-physics": { "$ref": "#/definitions/-physics" } |
diagram | |||||||
property details |
|
||||||
type | Object | ||||||
properties |
|
||||||
source code | "-texCoordRamp": { "type": "object", "properties": { "TextureCoordinate": { "$ref": "#/definitions/TextureCoordinate" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } }, "additionalProperties": false } |
diagram | |||
property details |
|
||
reference | TextureCoordinate | ||
source code | "TextureCoordinate": { "$ref": "#/definitions/TextureCoordinate" } |
diagram | |||
property details |
|
||
reference | ProtoInstance | ||
source code | "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } |
diagram | |||
property details |
|
||
reference | -commentRoute | ||
source code | "-children": { "$ref": "#/definitions/-commentRoute" } |