UNPKG

lingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

9 lines 389 B
import computeOnce from "./utils/computeOnce"; import { indexChildrenNames } from "./indexChildrenNames"; export const indexMeshChildrenNames = computeOnce((parent) => { const result = new Map(); for (const [name, child] of indexChildrenNames(parent)) "material" in child && result.set(name, child); return result; }); //# sourceMappingURL=indexMeshChildrenNames.js.map