News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

ScanLine Polygon Filling algorithms

Started by HSE, July 10, 2021, 04:55:11 AM

Previous topic - Next topic

HSE

Hi All!

In this test there is a simple polygon filling algorithm translated from cpp that only work with convex polygons (in red and blue).

Also a very complex algorithm from Al-Rawi paper. Perhaps not so complex, but paper have a lot of edition problems. To follow that is a challenge  :biggrin:  (in green and salmon). This algorithm can fill convexs, concaves and complex polygons.

Additionally source code have a basic dual implementation in Masm32 SDK and ObjAsm SDK to use VKDebug system or DebugCenter system, the later is a lot more advanced. 

Regards, HSE.
Equations in Assembly: SmplMath