Skip to content
#

rasterizer

Here are 115 public repositories matching this topic...

matiTechno
matiTechno commented Dec 19, 2019

Frequent bug: while sorting by y-coordinate, the vertices are sorted, but the data coming with the vertices is not.
Gouraud shading, forgot to sort intensities

In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be

Nitrodist
Nitrodist commented Nov 23, 2016

I accidentally used the library like this:

$ svgexport a.svg a.png 500px
/Users/mark.campbell/Downloads/a.svg /Users/mark.campbell/Downloads/a.png png 100% 1x 0:0:301:79 301:79

This didn't do anything, and there's no --verbose option to check what the actual parsed arguments were when running it, so raising an error on the invalid value (500px) or having a verbose option would b

Improve this page

Add a description, image, and links to the rasterizer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rasterizer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.