@bitbybit-dev/babylonjs
Version:
Bit By Bit Developers BABYLONJS CAD Library to Program Geometry
5 lines (4 loc) • 321 B
JavaScript
import { Texture, Color3, AbstractMesh } from "@babylonjs/core";
import * as GUI from "@babylonjs/gui";
export { GUI, Texture, Color3, AbstractMesh };
// this is quite weird, but incorporating GUI into BABYLON namespace is necessary for good type definitions on the front side, will need to find better solutons later...