engine_components icon indicating copy to clipboard operation
engine_components copied to clipboard

Results 169 engine_components issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

bug

### 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...

bug

### 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)...

bug

### 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...

feature

### 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...

bug

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...

feature

### 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...

feature

### 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...

feature