engine_components
engine_components copied to clipboard
Custom GeometryScreenCuller
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 it below this line so that the user can customize it?https://github.com/IFCjs/components/blob/main/src/fragments/FragmentIfcStreamer/src/index.ts#L5
Alternative ⛕
No response
Additional context ☝️
No response
Validations ✅
- [X] Read the docs.
- [X] Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.