UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

6 lines (4 loc) 121 B
import { Group, Object3D } from 'three' export namespace LDrawUtils { function mergeObject(object: Object3D): Group }