diagram | |||||||||||||||||||||||||||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||||||||||||||||||||||
type | Object | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by | -allNodes > array items [0]+ / Schema / BlendedVolumeStyle -composableRenderStyle / BlendedVolumeStyle -composableRenderStyles > array items [0]+ / Schema / BlendedVolumeStyle -renderStyle / BlendedVolumeStyle -renderStyles > array items [0]+ / Schema / BlendedVolumeStyle |
||||||||||||||||||||||||||||||
source code | "BlendedVolumeStyle": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "IS": { "$ref": "#/definitions/IS" }, "@enabled": { "type": "boolean", "default": true }, "@weightConstant1": { "type": "number", "minimum": 0, "maximum": 1, "default": 0.5 }, "@weightConstant2": { "type": "number", "minimum": 0, "maximum": 1, "default": 0.5 }, "@weightFunction1": { "type": "string", "enum": [ "CONSTANT", "ALPHA1", "ALPHA2", "ONE_MINUS_ALPHA_1", "ONE_MINUS_ALPHA_2", "TABLE" ], "default": "CONSTANT" }, "@weightFunction2": { "type": "string", "enum": [ "CONSTANT", "ALPHA1", "ALPHA2", "ONE_MINUS_ALPHA_1", "ONE_MINUS_ALPHA_2", "TABLE" ], "default": "CONSTANT" }, "-metadata": { "$ref": "#/definitions/-metadata" }, "-renderStyle": { "$ref": "#/definitions/-composableRenderStyle" }, "-voxels": { "$ref": "#/definitions/-texture3D" }, "-weightTransferFunction1": { "$ref": "#/definitions/-texture2D" }, "-weightTransferFunction2": { "$ref": "#/definitions/-texture2D" }, "-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 | Numeric | ||||
numeric constraints |
|
||||
source code | "@weightConstant1": { "type": "number", "minimum": 0, "maximum": 1, "default": 0.5 } |
diagram | |||||
property details |
|
||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | "@weightConstant2": { "type": "number", "minimum": 0, "maximum": 1, "default": 0.5 } |
diagram | |||||||||||||||
property details |
|
||||||||||||||
schema details |
|
||||||||||||||
type | String | ||||||||||||||
enumerations |
|
||||||||||||||
source code | "@weightFunction1": { "type": "string", "enum": [ "CONSTANT", "ALPHA1", "ALPHA2", "ONE_MINUS_ALPHA_1", "ONE_MINUS_ALPHA_2", "TABLE" ], "default": "CONSTANT" } |
diagram | |||||||||||||||
property details |
|
||||||||||||||
schema details |
|
||||||||||||||
type | String | ||||||||||||||
enumerations |
|
||||||||||||||
source code | "@weightFunction2": { "type": "string", "enum": [ "CONSTANT", "ALPHA1", "ALPHA2", "ONE_MINUS_ALPHA_1", "ONE_MINUS_ALPHA_2", "TABLE" ], "default": "CONSTANT" } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |
diagram | |||
property details |
|
||
reference | -composableRenderStyle | ||
source code | "-renderStyle": { "$ref": "#/definitions/-composableRenderStyle" } |
diagram | |||
property details |
|
||
reference | -texture3D | ||
source code | "-voxels": { "$ref": "#/definitions/-texture3D" } |
diagram | |||
property details |
|
||
reference | -texture2D | ||
source code | "-weightTransferFunction1": { "$ref": "#/definitions/-texture2D" } |
diagram | |||
property details |
|
||
reference | -texture2D | ||
source code | "-weightTransferFunction2": { "$ref": "#/definitions/-texture2D" } |
diagram | |||
property details |
|
||
reference | -commentRoute | ||
source code | "-children": { "$ref": "#/definitions/-commentRoute" } |