Skip to content

Commit

Permalink
Added point light ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed Jan 13, 2025
1 parent f035475 commit 7fa7b20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
1
],
"intensity":1.0,
"range": 1.125,
"type":"point",
"name":"Light White"
},
Expand All @@ -27,6 +28,7 @@
0
],
"intensity":1.0,
"range": 1.125,
"type":"point",
"name":"Light Red"
},
Expand All @@ -37,6 +39,7 @@
1
],
"intensity":1.0,
"range": 1.125,
"type":"point",
"name":"Light Blue"
},
Expand All @@ -47,6 +50,7 @@
0
],
"intensity":1.0,
"range": 1.125,
"type":"point",
"name":"Light Green"
},
Expand All @@ -57,6 +61,7 @@
0.5
],
"intensity":1.0,
"range": 1.125,
"type":"point",
"name":"Light Gray"
},
Expand All @@ -67,6 +72,7 @@
1
],
"intensity":1.0,
"range": 1.125,
"type":"point",
"name":"Light RGB - B"
},
Expand All @@ -77,6 +83,7 @@
0
],
"intensity":1.0,
"range": 1.125,
"type":"point",
"name":"Light RGB - G"
},
Expand All @@ -87,6 +94,7 @@
0
],
"intensity":1.0,
"range": 1.125,
"type":"point",
"name":"Light RGB - R"
}
Expand Down

0 comments on commit 7fa7b20

Please sign in to comment.