-
Notifications
You must be signed in to change notification settings - Fork 0
Clipping is hacky #5
Copy link
Copy link
Open
Labels
blockedThis issue or pull request cannot be dealt with until some other isThis issue or pull request cannot be dealt with until some other isrefactor
Description
Metadata
Metadata
Assignees
Labels
blockedThis issue or pull request cannot be dealt with until some other isThis issue or pull request cannot be dealt with until some other isrefactor
Software rasterizer clipping is currently inconsistently done partially in clip space (for z) and partially in screen space (for x and y).
May be more performant, and less messy, to do everything in clip space.