UNPKG

@wandelbots/wandelbots-js-react-components

Version:

React UI toolkit for building applications on top of the Wandelbots platform

4 lines 252 B
import type { ColliderShape } from "@wandelbots/nova-api/v1"; import * as THREE from "three"; export declare function colliderShapeToBufferGeometry(shape: ColliderShape): THREE.BufferGeometry; //# sourceMappingURL=colliderShapeToBufferGeometry.d.ts.map