UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

9 lines (8 loc) 276 B
"use strict"; import { onPolyOBJModuleRegister } from "../../../../nodes/obj/utils/poly/createPolyObjNode"; import { ModuleName } from "../Common"; const POLY_OBJModule = { moduleName: ModuleName.POLY_OBJ, onRegister: onPolyOBJModuleRegister }; export { POLY_OBJModule };