Skip to content

Difference of a linear extrusion of a shell2d results in rendering glitches in preview #46

@reinux

Description

@reinux

Hey, first of all, awesome library!

This particular combination of operations seems to result in faces going missing in preview mode:

difference() {
    linear_extrude(35)
    shell2d(2) polygon([
        [15, 15],
        [28, 15],
        [28, 28],
        [15, 28],
        [15, 15]
    ]);
    cube([20,20,20]);
}

image

I've highlighted the cube for clarity. The render turns out fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions