Skip to content

The color Black is skipped in GeometryRunner #1326

Closed
@muren400

Description

@muren400

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.

It should look like this:
image

In BIMView.ws it looks like this:
image

In BimSurfer 3 it looks like this:
image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions