DORSETRIGS
Home

rasterizing (4 post)


posts by category not found!

why is this triangle shader that I wrote splitting into four?

Understanding Triangle Shader Splitting Issues in Graphics Programming When developing shaders for rendering triangles one common issue developers encounter is

2 min read 16-09-2024 53
why is this triangle shader that I wrote splitting into four?
why is this triangle shader that I wrote splitting into four?

Need help understanding top-left rasterization rule

Understanding the Top Left Rasterization Rule A Guide for Beginners Rasterization is a key process in computer graphics that translates vector images into raste

2 min read 15-09-2024 59
Need help understanding top-left rasterization rule
Need help understanding top-left rasterization rule

Rasterizing a 2D polygon

Rasterizing a 2 D Polygon Creating a Bitmap from Points The task at hand is to transform a closed 2 D polygon represented by a list of points into a binary bitm

2 min read 07-09-2024 46
Rasterizing a 2D polygon
Rasterizing a 2D polygon

What are strategies for scaling a 1-bit bitmap for a non-square DPI?

Scaling a 1 bit Bitmap for Non Square DPI The challenge of scaling a 1 bit bitmap for a non square DPI arises in contexts where the horizontal and vertical reso

2 min read 27-08-2024 60
What are strategies for scaling a 1-bit bitmap for a non-square DPI?
What are strategies for scaling a 1-bit bitmap for a non-square DPI?