diagram | |||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||
schema details |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
used by | ElevationGrid / -attrib IndexedFaceSet / -attrib IndexedLineSet / -attrib IndexedQuadSet / -attrib IndexedTriangleFanSet / -attrib IndexedTriangleSet / -attrib IndexedTriangleStripSet / -attrib LineSet / -attrib PointSet / -attrib QuadSet / -attrib TriangleFanSet / -attrib TriangleSet / -attrib TriangleStripSet / -attrib |
||
source code | "-attrib": { "description": "MF X3DVertexAttributeNode content", "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "FloatVertexAttribute": { "$ref": "#/definitions/FloatVertexAttribute" }, "Matrix3VertexAttribute": { "$ref": "#/definitions/Matrix3VertexAttribute" }, "Matrix4VertexAttribute": { "$ref": "#/definitions/Matrix4VertexAttribute" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } }, "additionalProperties": false } } |
diagram | |||||||||||
type | Object | ||||||||||
properties |
|
||||||||||
source code | { "type": "object", "properties": { "FloatVertexAttribute": { "$ref": "#/definitions/FloatVertexAttribute" }, "Matrix3VertexAttribute": { "$ref": "#/definitions/Matrix3VertexAttribute" }, "Matrix4VertexAttribute": { "$ref": "#/definitions/Matrix4VertexAttribute" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } }, "additionalProperties": false } |
diagram | |||
property details |
|
||
reference | FloatVertexAttribute | ||
source code | "FloatVertexAttribute": { "$ref": "#/definitions/FloatVertexAttribute" } |
diagram | |||
property details |
|
||
reference | Matrix3VertexAttribute | ||
source code | "Matrix3VertexAttribute": { "$ref": "#/definitions/Matrix3VertexAttribute" } |
diagram | |||
property details |
|
||
reference | Matrix4VertexAttribute | ||
source code | "Matrix4VertexAttribute": { "$ref": "#/definitions/Matrix4VertexAttribute" } |
diagram | |||
property details |
|
||
reference | ProtoInstance | ||
source code | "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } |