mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
259b127f96
This patch adds two new painters located at gems/include/polygon_gfx. Both painters draw convex polygons with an arbirary number of points. The shaded-polygon painter interpolates the color and alpha values whereas the textured-polygon painter applies a texture to the polygon. The painters are accompanied by simplistic 3D routines located at gems/include/nano3d/ and a corresponding example (gems/run/nano3d.run). |
||
---|---|---|
.. | ||
clipping.h | ||
interpolate_rgb565.h | ||
interpolate_rgba.h | ||
polygon_painter_base.h | ||
shaded_polygon_painter.h | ||
textured_polygon_painter.h | ||
texturize_rgba.h |