You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please explain how to use https://github.com/opensourceBIM/BIMsurfer in ifc-pipeline? There are no installation instructions for that repo and it seems the directory structure has changed quite a bit in comparison to v2. I do not know how to change application/Dockerfile accordingly. I guess it is somewhere around
COPY application/bimsurfer/bimsurfer /www/static/bimsurfer
WORKDIR /www/static
# RUN jsdoc -r -d docs bimsurfer
RUN r.js -o baseUrl=. name=App out=App.built.js optimize=none
RUN npx babel App.built.js -o App.built.es2015.js --presets=@babel/preset-env --compact false
RUN uglifyjs --compress -o App.$(cat /version).js -- App.built.es2015.js
RUN npx babel bimsurfer/lib/DRACOLoader.js -o bimsurfer/lib/DRACOLoader.es2015.js --presets=@babel/preset-env --compact false
RUN uglifyjs --compress -o bimsurfer/lib/three.gltf.orbit.draco.min.js -- bimsurfer/lib/three.js bimsurfer/lib/GLTFLoader.js bimsurfer/lib/DRACOLoader.es2015.js bimsurfer/lib/OrbitControls.js
RUN rm -rf node_modules package-lock.json
Currently v3 is not yet a drop-in replacement for v2. Since somewhat recently v3 also supports loading glTF. But it's still quite a bit of work to tie everything together. I hope to find the time and budget to work on this, and probably will, but there isn't a date or anything planned yet.
Could you please explain how to use https://github.com/opensourceBIM/BIMsurfer in
ifc-pipeline
? There are no installation instructions for that repo and it seems the directory structure has changed quite a bit in comparison to v2. I do not know how to changeapplication/Dockerfile
accordingly. I guess it is somewhere aroundSo far, i have added v3 as a submodule like this:
Thanks.
The text was updated successfully, but these errors were encountered: