diff --git a/nodes.py b/nodes.py index f1b0268..0bf6087 100644 --- a/nodes.py +++ b/nodes.py @@ -973,7 +973,7 @@ class Hy3DLoadMesh: def load(self, glb_path): - trimesh = trimesh.load(glb_path, force="mesh") + trimesh = Trimesh.load(glb_path, force="mesh") return (trimesh,)