engine_clay
engine_clay copied to clipboard
Lightweight BIM modelling engine.
### Description Enable import elements from IFC. ### What is the purpose of this pull request? - [ ] Bug fix - [X] New Feature - [ ] Documentation update...
### Describe the bug 📝 From this, https://github.com/ThatOpen/engine_clay/blob/main/src/elements/Elements/Element/index.ts#L66-L72. There is a problem when raycaster goes to fragment. I am trying to implement this function. It seems to only work the...
:robot: I have created a release *beep* *boop* --- ## 1.0.0 (2024-10-09) ### Features * add basic subtraction logic ([2037345](https://github.com/ThatOpen/engine_clay/commit/203734562410895de33dad8b893d5afa7547d3ed)) * add elevation to walls ([0e864ef](https://github.com/ThatOpen/engine_clay/commit/0e864ef5985e5b6df07a20345397e2a4e4c1490a)) * add model settings...
### Describe the bug 📝 This may not be a bug and more an issue of understanding how to accomplish exporting a BufferGeometry. In my understanding I should be able...