scene introduction
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user