Skip to content

Back Surfaces Culling Mistake #113

Open
@awarebayes

Description

@awarebayes

Hello!
I believe, back surfaces culling should be done in screen coordinates! Not in the original coordinates.
Let's discuss the implications doing original coordinates culling may cause.
For example, I am using a perspective projection in a scene like this:
image

As you can see, the perspective is warping towards the edge of the screen.
This is neglected in original coordinate culling, if I try doing back culling on original coordinates I get results like this:
image
This scene clearly demonstrates that.

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