Schema definition IndexedTriangleStripSet
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1412.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@DEF   Optional
@USE   Optional
IS   Optional
@ccw   Optional
@colorPerVertex   Optional
@index   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 / IndexedTriangleStripSet
-geometry / IndexedTriangleStripSet
source code "IndexedTriangleStripSet": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@ccw": {
            "type": "boolean",
            "default": true
        },
        "@colorPerVertex": {
            "type": "boolean",
            "default": true
        },
        "@index": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "integer",
                "minimum": -1
            }
        },
        "@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 IndexedTriangleStripSet / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1413.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

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

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

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

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

Property IndexedTriangleStripSet / @index
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1418.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@index": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "integer",
        "minimum": -1
    }
}

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

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

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

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

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

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

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

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

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

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

Property IndexedTriangleStripSet / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1429.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