mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 15:44:26 +02:00
Update electronicDisplayBoard.ts
This commit is contained in:
@@ -44,7 +44,7 @@ export const electronicDisplayBoard = defineObject({
|
|||||||
const texLoading = Promise.withResolvers<void>();
|
const texLoading = Promise.withResolvers<void>();
|
||||||
|
|
||||||
const tex = new BABYLON.Texture('/client-assets/room/textures/dot-matrix-chars.png', scene, false, false, undefined, () => {
|
const tex = new BABYLON.Texture('/client-assets/room/textures/dot-matrix-chars.png', scene, false, false, undefined, () => {
|
||||||
tex.level = 3;
|
tex.level = 2;
|
||||||
textMaterial.emissiveTexture = tex;
|
textMaterial.emissiveTexture = tex;
|
||||||
textMaterial.albedoTexture = tex;
|
textMaterial.albedoTexture = tex;
|
||||||
textMaterial.disableLighting = true;
|
textMaterial.disableLighting = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user