tumcms / Open-Infra-Platform

This is the official repository of the open-source Open Infra Platform software (as of April 2020).
Other
48 stars 22 forks source link

Implementing "blend" function for a separate object #472

Closed SamuilsRulovs closed 1 year ago

SamuilsRulovs commented 3 years ago

Fixes #437

jschlenger commented 3 years ago

It seems like Github is heaving some bugs since I'm not able to leave a review. So far everything seems to be fine. I guess you still need to fill the function on_actionBlendObject_triggered() with content. I'm also not quite sure what functionality you exactly mean with "blend".

jschlenger commented 2 years ago

Maybe you need to make some small changes to Viewport.cpp. Starting in line 805 the ifcGeometryEffects for all of the models coming from data.getModels() are initiated. Adding some functionality that skips the models that are currently invisible (but not deleted) could make sense. Maybe there are smarter solutions to solve this.

SamuilsRulovs commented 1 year ago

I am removing this pull request since there is no essential code (All included code is a copy of the code in PR #471)