-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Labels
featureSomething new that we could doSomething new that we could do
Description
Description π
I'm looking for a quick method to find visible/"seen" elements from my model.
Previously I was using
culler.onViewUpdated.add(({seen, unseen})=>{
for (let mesh of seen){
if (!mesh instanceof FragmentMesh)) return;
.....
}
})
I'd like to have a similar way to loop through all seen meshes as I was using them to create marker elements for each mesh that is visible to the camera...
I got a recommendation to use fragmentsManager.core.update(true) so maybe a method in the FragmentsManager class or similar to get all meshes visible to the camera can be done.
What is the FragmentsModels class? Is this the whole ifc-model or one element of that model like a "Fragment" before the update?
Suggested solution π‘
No response
Alternative β
No response
Additional context βοΈ
No response
Validations β
- Read the docs.
- Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.
MiguelG97
Metadata
Metadata
Assignees
Labels
featureSomething new that we could doSomething new that we could do