Schema definition IndexedFaceSet
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1317.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
@convex   Optional
@colorIndex   Optional
@coordIndex   Optional
@creaseAngle   Optional
@normalIndex   Optional
@normalPerVertex   Optional
@solid   Optional
@texCoordIndex   Optional
-attrib   Optional
-color   Optional
-coord   Optional
-fogCoord   Optional
-metadata   Optional
-normal   Optional
-texCoord   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / IndexedFaceSet
-geometry / IndexedFaceSet
source code "IndexedFaceSet": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@ccw": {
            "type": "boolean",
            "default": true
        },
        "@colorPerVertex": {
            "type": "boolean",
            "default": true
        },
        "@convex": {
            "type": "boolean",
            "default": true
        },
        "@colorIndex": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "integer",
                "minimum": -1
            }
        },
        "@coordIndex": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "integer",
                "minimum": -1
            }
        },
        "@creaseAngle": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@normalIndex": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "integer",
                "minimum": -1
            }
        },
        "@normalPerVertex": {
            "type": "boolean",
            "default": true
        },
        "@solid": {
            "type": "boolean",
            "default": true
        },
        "@texCoordIndex": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "integer",
                "minimum": -1
            }
        },
        "-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 IndexedFaceSet / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1318.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

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

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

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

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

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

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

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

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

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

Property IndexedFaceSet / @creaseAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1328.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
source code "@creaseAngle": {
    "type": "number",
    "minimum": 0,
    "default": 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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