engine_components
engine_components copied to clipboard
### Describe the bug ๐ I realized that when the navigation floorplan is not integrated, the highlight material on selected is not working This is what happens when fragmentPlan is...
### Describe the bug ๐ I work with several IFะก models that are loaded upon user request. After loading the first model, everything works well. But after loading the second...
### Describe the bug ๐ using the following code doesn't trigger the onHighlight event anymore. The onClear event does get triggered. The console window does not show any error message...
### Describe the bug ๐ These links are broken: https://docs.thatopen.com/api/classes/components.SimpleScene https://docs.thatopen.com/api/classes/components.SimpleRenderer https://docs.thatopen.com/api/classes/components.SimpleCamera https://docs.thatopen.com/api/classes/components.SimpleRaycaster Correct links are: https://docs.thatopen.com/api/classes/openbim_components.SimpleScene https://docs.thatopen.com/api/classes/openbim_components.SimpleRenderer https://docs.thatopen.com/api/classes/openbim_components.SimpleCamera https://docs.thatopen.com/api/classes/openbim_components.SimpleRaycaster ### Reproduction โถ๏ธ https://docs.thatopen.com/Tutorials/SimpleScene ### Steps to reproduce ๐ข 1)...
### Description ๐ Normally, when using any class, I just need new OBC.MYCOmponent. But now the OBC.GeometryCullerRenderer class is not exported.https://github.com/IFCjs/components/blob/main/src/fragments/FragmentIfcStreamer/src/geometry-culler-renderer.ts ### Suggested solution ๐ก Is it possible to export...
### Describe the bug ๐ the docs uses this setup: `dimensions.enabled = true;` however, when set to false the the double click event gets ignored for dimension creation. Somehow, it's...
Hi! Thanks for the awesome project! In [Tutorial paths](https://docs.thatopen.com/components/tutorial-paths) section of the docs [Create some clipping planes](https://docs.thatopen.com/Tutorials/SimpleRaycaster) subsection leads to the [SimpleRaycaster](https://docs.thatopen.com/Tutorials/SimpleRaycaster) example instead of [SimpleClipper](https://docs.thatopen.com/Tutorials/SimpleClipper).
### Description ๐ Extend the SimpleClipper class to enable a user to add clipping planes on certain elements in the scene but not directly on all elements. Currently, the position...
### Description ๐ There is Import for web ifc in js for dot bim but not export (usdz to ifc workflow) ### Suggested solution ๐ก Import export implementation in web...
### Description ๐ This library seems to be very focused on making an opinionated 3D viewer application with a UI, camera controls, render loop, etc. Everything is already included and...