1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 05:44:12 +02:00
This commit is contained in:
syuilo
2026-05-03 21:34:11 +09:00
parent 210368d597
commit e6b5758d54
7 changed files with 30 additions and 29 deletions

View File

@@ -86,7 +86,7 @@ export const woodRingFloorLamp = 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(200);
}
for (const lamp of lamps) {
const emissive = lamp.material as BABYLON.PBRMaterial;