Schema definition TriangleSet
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3354.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
@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 / TriangleSet
-geometry / TriangleSet
source code "TriangleSet": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@ccw": {
            "type": "boolean",
            "default": true
        },
        "@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 TriangleSet / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3355.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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