MH-Flight-Simulator-X / FPGA-src

The source files for the FPGA system, written in SystemVerilog
GNU Lesser General Public License v2.1
2 stars 0 forks source link

Rasterizer Front-End #25

Open MortenSorensenNOR opened 2 weeks ago

MortenSorensenNOR commented 2 weeks ago

The Rasterizer Front-End should take in triangles assembled by the Primitive Assembler, calculate the edge-function coefficients and the reciprocal of the area, as well as do back-face culling and binning of triangles into the rasterizer tile buffers.