Schema definition -fogCoord
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4279.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  SF FogCoordinate content
type Object
properties
Name   Occurrence
FogCoordinate   Optional
ProtoInstance   Optional
used by ElevationGrid / -fogCoord
IndexedFaceSet / -fogCoord
IndexedLineSet / -fogCoord
IndexedQuadSet / -fogCoord
IndexedTriangleFanSet / -fogCoord
IndexedTriangleSet / -fogCoord
IndexedTriangleStripSet / -fogCoord
LineSet / -fogCoord
PointSet / -fogCoord
QuadSet / -fogCoord
TriangleFanSet / -fogCoord
TriangleSet / -fogCoord
TriangleStripSet / -fogCoord
source code "-fogCoord": {
    "description": "SF FogCoordinate content",
    "type": "object",
    "properties": {
        "FogCoordinate": {
            "$ref": "#/definitions/FogCoordinate"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

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


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