Schema definition TextureTransform
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3155.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
@center   Optional
@rotation   Optional
@scale   Optional
@translation   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / TextureTransform
-textureTransform / TextureTransform
-textureTransforms2D > array items [0]+ / Schema / TextureTransform
source code "TextureTransform": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@center": {
            "type": "array",
            "minItems": 2,
            "maxItems": 2,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@rotation": {
            "type": "number",
            "default": 0
        },
        "@scale": {
            "type": "array",
            "minItems": 2,
            "maxItems": 2,
            "items": {
                "type": "number",
                "default": 1
            }
        },
        "@translation": {
            "type": "array",
            "minItems": 2,
            "maxItems": 2,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property TextureTransform / @center
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3159.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  2
Max Items  2
array items
[0 - 1]  Schema
source code "@center": {
    "type": "array",
    "minItems": 2,
    "maxItems": 2,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard TextureTransform / @center > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3160.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Property TextureTransform / @rotation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3161.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
source code "@rotation": {
    "type": "number",
    "default": 0
}

Property TextureTransform / @scale
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3162.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  2
Max Items  2
array items
[0 - 1]  Schema
source code "@scale": {
    "type": "array",
    "minItems": 2,
    "maxItems": 2,
    "items": {
        "type": "number",
        "default": 1
    }
}

Array item wildcard TextureTransform / @scale > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3163.png
schema details
Default  1
type Numeric
source code {
    "type": "number",
    "default": 1
}

Property TextureTransform / @translation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3164.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  2
Max Items  2
array items
[0 - 1]  Schema
source code "@translation": {
    "type": "array",
    "minItems": 2,
    "maxItems": 2,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard TextureTransform / @translation > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3165.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

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

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