1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 17:35:40 +02:00

Update electronicDisplayBoard.ts

This commit is contained in:
syuilo
2026-04-30 17:38:34 +09:00
parent 157b4673fd
commit b34e957c25

View File

@@ -44,7 +44,7 @@ export const electronicDisplayBoard = defineObject({
const texLoading = Promise.withResolvers<void>();
const tex = new BABYLON.Texture('/client-assets/room/textures/dot-matrix-chars.png', scene, false, false, undefined, () => {
tex.level = 2;
tex.level = 3;
textMaterial.emissiveTexture = tex;
textMaterial.albedoTexture = tex;
textMaterial.disableLighting = true;