Closed
Description
Hi,
there is this bit of code in GeometryRunner starting with line 341:
if (color.isBlack()) {
continue;
}
From the git history it seems like this block was added for debugging purposes and shouldn't be there. This causes the model to be rendered incorrectly in BimSurfer, if an object has black material.
I have this example file.
In BIMView.ws it looks like this:
In BimSurfer 3 it looks like this:
I'm pretty sure, this can be resolved by just commenting out those 3 lines again, but maybe there's a reason they're there after all?
Metadata
Metadata
Assignees
Labels
No labels