scene introduction

This commit is contained in:
2025-11-08 11:51:15 +02:00
parent 49dc4e9f7c
commit 168fb5b770
9 changed files with 46 additions and 30 deletions
@@ -4,7 +4,6 @@ import { assignParams } from "@/lib/MeshUtils";
class TextObject {
constructor(engine, obj) {
console.log('OBJ', obj)
const txt = new Text();
// Set properties to configure:
txt.text = obj.text;