idle mode

This commit is contained in:
2025-10-28 18:01:47 +02:00
parent d69c6f35b9
commit 0f293c60fa
6 changed files with 182 additions and 343 deletions
@@ -1,4 +1,4 @@
import { MeshStandardMaterial, Color, Vector3 } from "three";
import { MeshStandardMaterial, Color, Vector3, DoubleSide } from "three";
import { Text } from "troika-three-text";
import { assignParams } from "@/lib/MeshUtils";
@@ -24,6 +24,7 @@ class TextObject {
let m = new MeshStandardMaterial({
roughness: .73,
metalness: .37,
side: DoubleSide
});
txt.material = m;
txt.sync();