mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update woodRingsPendantLight.ts
This commit is contained in:
parent
69dd2675fa
commit
f0f78a11cb
1 changed files with 2 additions and 2 deletions
|
|
@ -96,10 +96,10 @@ export const woodRingsPendantLight = defineObject({
|
|||
applyLightColor();
|
||||
|
||||
const applyLightBrightness = () => {
|
||||
light.intensity = 1 * options.lightBrightness * WORLD_SCALE * WORLD_SCALE;
|
||||
light.intensity = 2 * options.lightBrightness * WORLD_SCALE * WORLD_SCALE;
|
||||
light.range = cm(200) * getLightRangeFactorByGraphicsQuality(graphicsQuality);
|
||||
const emissive = lamp.material as BABYLON.PBRMaterial;
|
||||
emissive.emissiveIntensity = options.lightBrightness * 10;
|
||||
emissive.emissiveIntensity = options.lightBrightness * 20;
|
||||
};
|
||||
|
||||
applyLightBrightness();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue