1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 04:04:08 +02:00
This commit is contained in:
syuilo
2026-04-19 13:21:21 +09:00
parent aaab1e7260
commit 664ca528fe
9 changed files with 12 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ export const allInOnePc = defineObject({
light.parent = model.root;
light.diffuse = new BABYLON.Color3(1.0, 1.0, 1.0);
light.range = cm(100);
light.radius = cm(20);
if (room?.lightContainer != null) room.lightContainer.addLight(light);
const screenMesh = model.findMesh('__X_SCREEN__');