mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-01 23:44:17 +02:00
wip
This commit is contained in:
@@ -75,6 +75,7 @@ export const woodRingsPendantLight = defineObject({
|
||||
const lamp = model.findMesh('__X_LAMP__');
|
||||
const light = new BABYLON.PointLight('', new BABYLON.Vector3(0, 0, 0), scene, room?.lightContainer != null);
|
||||
light.parent = lamp;
|
||||
light.radius = cm(5);
|
||||
if (room?.lightContainer != null) room.lightContainer.addLight(light);
|
||||
|
||||
const applyLightColor = () => {
|
||||
|
||||
Reference in New Issue
Block a user