{
    "name": "three-object-viewer/three-light-block",
    "attributes": {
        "type": {
            "type": "string",
            "default": "ambient"
        },
        "color": {
            "type": "string",
            "default": "0xffffff"
        },
        "intensity": {
            "type": "float",
            "default": 0.7
        },
        "distance": {
            "type": "int",
            "default": 100
        },
        "decay": {
            "type": "int",
            "default": 1
        },
        "positionX": {
            "type": "float",
            "default": 0
        },
        "positionY": {
            "type": "float",
            "default": 0
        },
        "positionZ": {
            "type": "float",
            "default": 0
        },
        "rotationX": {
            "type": "float",
            "default": 0
        },
        "rotationY": {
            "type": "float",
            "default": 0
        },
        "rotationZ": {
            "type": "float",
            "default": 0
        },
        "angle": {
            "type": "float",
            "default": 0.78539816339
        },
        "penumbra": {
            "type": "float",
            "default": 0.1
        }
    },
    "category": "design",
    "parent":  [ "three-object-viewer/environment" ],
    "apiVersion": 2,
    "supports": {
        "html": false,
        "multiple": true
    },
    "textdomain": "three-object-viewer",
    "editorScript": "file:../../build/block-three-light-block.js",
    "editorStyle": "file:../../build/block-three-light-block.css",
    "style": "file:../../build/block-three-light-block.css"
}
