Skip to content

Commit ef21eaf

Browse files
- Updated Lightsources
1 parent d519553 commit ef21eaf

File tree

2 files changed

+44
-9
lines changed

2 files changed

+44
-9
lines changed

deploy/lightsources.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,17 +402,30 @@
402402
"name": "Household Light Bulb",
403403
"color": [1.0, 0.415, 0.099],
404404
"temperature": 2700,
405-
"temperatureRange": [2400, 6000],
405+
"temperatureRange": [2200, 6000],
406406
"intensity": 800,
407-
"intensityRange": [400, 1000],
407+
"intensityRange": [400, 1600],
408+
"variants": [
409+
{
410+
"format": "2700 K",
411+
"color": [1.0, 0.415, 0.099],
412+
"temperature": 2700
413+
},
414+
{
415+
"format": "5000 K",
416+
"color": [1.0, 0.792, 0.628],
417+
"temperature": 5000
418+
}
419+
],
408420
"unit": ["lm"],
409421
"sourceSize": [3],
410422
"type": ["point"],
411423
"category": ["Artificial"],
412424
"description": "Today's household lightbulbs has a LED light source whereas older light bulbs were using a glowing tungsten filament. LED:s are much much more energy efficient and makes the use of wattage, as a measure of intensity, not very useful. This is why lumen is preferred.",
413425
"sources": [
414426
"https://en.wikipedia.org/wiki/Incandescent_light_bulb",
415-
"https://en.wikipedia.org/wiki/LED_lamp"
427+
"https://en.wikipedia.org/wiki/LED_lamp",
428+
"https://www.ikea.com/us/en/cat/led-bulbs-20514/"
416429
],
417430
"tags": ["incandescent", "tungsten"]
418431
},

deploy/v2/lightsources.json

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -739,14 +739,30 @@
739739
},
740740
{
741741
"name": "Household Light Bulb",
742-
"color": [
742+
"temperature": [2200, 6000, 2700],
743+
"intensity": [400, 1600, 800],
744+
"variants": [
743745
{
744-
"colorSpace": "srgb-linear",
745-
"color": [1.0, 0.415, 0.099]
746+
"format": "2700 K",
747+
"color": [
748+
{
749+
"colorSpace": "srgb-linear",
750+
"color": [1.0, 0.415, 0.099]
751+
}
752+
],
753+
"temperature": 2700
754+
},
755+
{
756+
"format": "5000 K",
757+
"color": [
758+
{
759+
"colorSpace": "srgb-linear",
760+
"color": [1.0, 0.792, 0.628]
761+
}
762+
],
763+
"temperature": 5000
746764
}
747765
],
748-
"temperature": [2400, 6000, 2700],
749-
"intensity": [400, 1000, 800],
750766
"unit": ["lm"],
751767
"sourceSize": [3],
752768
"type": ["point"],
@@ -766,9 +782,15 @@
766782
"url": "https://en.wikipedia.org/w/index.php?title=LED_lamp&oldid=1269221959",
767783
"publisher": "Wikipedia, The Free Encyclopedia",
768784
"accessed": "2025-02-27"
785+
},
786+
{
787+
"title": "LED light bulbs",
788+
"url": "https://www.ikea.com/us/en/cat/led-bulbs-20514/",
789+
"publisher": "Inter IKEA Systems B.V.",
790+
"accessed": "2025-07-10"
769791
}
770792
],
771-
"tags": ["incandescent", "tungsten"]
793+
"tags": ["incandescent", "tungsten", "LED"]
772794
},
773795
{
774796
"name": "Moon",

0 commit comments

Comments
 (0)