@polygonjs/plugin-ifc
TypeScript icon, indicating that this package has built-in type declarations

1.5.45 • Public • Published

Polygonjs IFC Plugin

This adds a FileIFC SOP node to the Polygonjs webgl engine.

Install

Import the plugin:

yarn add @polygonjs/plugin-ifc

And register the plugin in the function configurePolygonjs in the file PolyConfig.js so that the occlusion node can be accessible in both the editor and your exported scene:

import {polyPluginIFC} from '@polygonjs/plugin-ifc';

export function configurePolygonjs(poly) {
	poly.registerPlugin(polyPluginIFC);
}

Test

  • run yarn test and open at http://localhost:5173/test

Package Sidebar

Install

npm i @polygonjs/plugin-ifc

Weekly Downloads

2

Version

1.5.45

License

MIT

Unpacked Size

11.4 MB

Total Files

14

Last publish

Collaborators

  • polygonjs