Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clip: fix rectclipline. | rodri | 2024-05-03 | 1 | -7/+10 |
| | | | | | mixed up CLIP[TB] and the slope was being computed as an integer division, which caused artifacts. | ||||
* | clip: avoid division by zero. | rodri | 2024-05-03 | 1 | -2/+2 |
| | |||||
* | add a general primitive with support for points, lines and triangles. | rodri | 2024-05-03 | 1 | -0/+220 |
also got rid of the dependency on OBJ for the entire renderer, instead letting the user load a Model from any given OBJ. this modularity will allow for other formats to be used in the same way, relying on a single, internal representation for the entire pipeline. |