diff --git a/README.md b/README.md index 279619b..d077fec 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The repository is separated into two parts. See more information in the [Develop - ply (text and binary) - gltf (text and binary) - 3dm (experimental) +- ifc (experimental) - off (text only) ### Export @@ -58,4 +59,4 @@ The repository is separated into two parts. See more information in the [Develop ## External Libraries -Online 3D Viewer uses these wonderful libraries: [jquery](https://github.com/jquery/jquery), [three.js](https://github.com/mrdoob/three.js), [rhino3dm](https://github.com/mcneel/rhino3dm). +Online 3D Viewer uses these wonderful libraries: [jquery](https://github.com/jquery/jquery), [three.js](https://github.com/mrdoob/three.js), [web-ifc](https://github.com/tomvandig/web-ifc). diff --git a/website/index.html b/website/index.html index 579c67d..fcb7e1a 100644 --- a/website/index.html +++ b/website/index.html @@ -154,7 +154,7 @@
This is the user manual for the 3dviewer.net website. The website can open several 3D file formats and visualize the model in your browser. - Supported file formats: obj, 3ds, stl, ply, gltf, glb, 3dm, and off. + Supported file formats: obj, 3ds, stl, ply, gltf, glb, 3dm, ifc, and off.