community-apps/applications/lightBulb/LIGHT_BULB.json
Alezia Kurdis 62b79e6fc8
Add the "Light Bulb Generator" app
This adds the "Light Bulb Generator" application:
To generate rapidly a visible glowing light source with its light beam.
2022-07-13 22:24:54 -04:00

33 lines
749 B
JSON

{
"DataVersion": 0,
"Entities": [
{
"type": "Sphere",
"name": "LIGHT_BULB",
"locked": false,
"dimensions": {
"x": 0.06,
"y": 0.06,
"z": 0.06
},
"rotation": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"grab": {
"grabbable": false
},
"color": {
"red": 255,
"green": 255,
"blue": 255
},
"userData": "{\"lightIntensity\":5,\"lightSpotCutOff\": 30,\"lightRange\": 10}",
"script": "https://aleziakurdis.github.io/lightBulb/lightBulb.js"
}
],
"Id": "{5cbb14bf-ca6c-4aa9-bcfa-1a53c8438669}",
"Version": 133
}