Skip to content

Kaplas80/web-ifc-three

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-ifc-three

This library is the implementation of web-ifc for THREE.js. This allows to parse and generate the Three.js geometry of IFC models in JavaScript, both in the browser and on a Node server, as well as query the IFC data and override it.

Note that you should use the IFCLoader of Three.js. Use this package only if you want to test the latest features that haven't been merged to three yet.

Try it here!

Content

this project consists of the following folders:

  • web-ifc-three: contains the implementation of the IfcLoader for THREE.

  • example: contains one example of how to use the library.

It should be noted that in both cases the web-ifc .WASM file will be required. This file cannot be included in the general build and has to be in the root folder; otherwise, you have to specify its path with setWasmPath. You can find a tutorial for this here. The correct functioning of this library with compressors like uglify or terser is not yet guaranteed.

About

The official IFC Loader for Three.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • TypeScript 5.1%