mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update ductRailSpotLights.ts
This commit is contained in:
parent
3833469955
commit
dcd2160294
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ export const ductRailSpotLights = defineObject({
|
|||
const applyLightBrightness = () => {
|
||||
for (const light of lights) {
|
||||
light.intensity = 1 * options.lightBrightness * WORLD_SCALE * WORLD_SCALE;
|
||||
light.range = cm(200) * options.lightBrightness;
|
||||
light.range = cm(300) * options.lightBrightness;
|
||||
}
|
||||
for (const lamp of lamps) {
|
||||
const emissive = lamp.material as BABYLON.PBRMaterial;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue