Closed donmccurdy closed 1 month ago
Example:
import { uninstance } from '@gltf-transform/functions'; document.getRoot().listNodes(); // → [ Node x 10 ] await document.transform(uninstance()); document.getRoot().listNodes(); // → [ Node x 1000 ]
Example: