Schema definition IndexedTrangleSet
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1394.png
location E:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@DEF   Optional
@USE   Optional
IS   Optional
@ccw   Optional
@index   Optional
@colorPerVertex   Optional
@normalPerVertex   Optional
@solid   Optional
-attrib   Optional
-color   Optional
-coord   Optional
-fogCoord   Optional
-metadata   Optional
-normal   Optional
-texCoord   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / IndexedTriangleSet
-geometry / IndexedTriangleSet
source code "IndexedTrangleSet": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@ccw": {
            "type": "boolean",
            "default": false
        },
        "@index": {
            "type": "array",
            "items": {
                "type": "integer",
                "minimum": 0
            }
        },
        "@colorPerVertex": {
            "type": "boolean",
            "default": true
        },
        "@normalPerVertex": {
            "type": "boolean",
            "default": true
        },
        "@solid": {
            "type": "boolean",
            "default": true
        },
        "-attrib": {
            "$ref": "#/definitions/-attrib"
        },
        "-color": {
            "$ref": "#/definitions/-color"
        },
        "-coord": {
            "$ref": "#/definitions/-coord"
        },
        "-fogCoord": {
            "$ref": "#/definitions/-fogCoord"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-normal": {
            "$ref": "#/definitions/-normal"
        },
        "-texCoord": {
            "$ref": "#/definitions/-texCoord"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

Property IndexedTrangleSet / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1395.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

Property IndexedTrangleSet / @USE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1396.png
property details
Occurrence  Optional
type String
source code "@USE": {
    "type": "string"
}

Property IndexedTrangleSet / IS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1397.png
property details
Occurrence  Optional
reference IS
source code "IS": {
    "$ref": "#/definitions/IS"
}

Property IndexedTrangleSet / @ccw
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1398.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@ccw": {
    "type": "boolean",
    "default": false
}

Property IndexedTrangleSet / @index
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1399.png
property details
Occurrence  Optional
type Array
array items
[0]+  Schema
source code "@index": {
    "type": "array",
    "items": {
        "type": "integer",
        "minimum": 0
    }
}

Array item wildcard IndexedTrangleSet / @index > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1400.png
type Numeric
numeric constraints
Mode  Integer
Minimum  0
source code {
    "type": "integer",
    "minimum": 0
}

Property IndexedTrangleSet / @colorPerVertex
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1401.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@colorPerVertex": {
    "type": "boolean",
    "default": true
}

Property IndexedTrangleSet / @normalPerVertex
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1402.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@normalPerVertex": {
    "type": "boolean",
    "default": true
}

Property IndexedTrangleSet / @solid
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1403.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@solid": {
    "type": "boolean",
    "default": true
}

Property IndexedTrangleSet / -attrib
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1404.png
property details
Occurrence  Optional
reference -attrib
source code "-attrib": {
    "$ref": "#/definitions/-attrib"
}

Property IndexedTrangleSet / -color
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1405.png
property details
Occurrence  Optional
reference -color
source code "-color": {
    "$ref": "#/definitions/-color"
}

Property IndexedTrangleSet / -coord
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1406.png
property details
Occurrence  Optional
reference -coord
source code "-coord": {
    "$ref": "#/definitions/-coord"
}

Property IndexedTrangleSet / -fogCoord
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1407.png
property details
Occurrence  Optional
reference -fogCoord
source code "-fogCoord": {
    "$ref": "#/definitions/-fogCoord"
}

Property IndexedTrangleSet / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1408.png
property details
Occurrence  Optional
reference -metadata
source code "-metadata": {
    "$ref": "#/definitions/-metadata"
}

Property IndexedTrangleSet / -normal
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1409.png
property details
Occurrence  Optional
reference -normal
source code "-normal": {
    "$ref": "#/definitions/-normal"
}

Property IndexedTrangleSet / -texCoord
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1410.png
property details
Occurrence  Optional
reference -texCoord
source code "-texCoord": {
    "$ref": "#/definitions/-texCoord"
}

Property IndexedTrangleSet / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1411.png
property details
Occurrence  Optional
reference -commentRoute
source code "-children": {
    "$ref": "#/definitions/-commentRoute"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html