Skip to main content
GameDev.net gamedev.net

rasterizer

4 items across game development

4 results

Blog

Rasterizer Project - Part: BASIC_END

Hello folks lets continue working on this rasterizer, lets get the rasterization going and then were putting this project on hold for a while. I will be making the DoingOpenGL …

NoticeSmeh ·
C++ Graphics Programming rasterizer Lightning math
Blog

Rasterizer Project - Part 3: Geometry

So lets create a geomtry.h so we can actually calculate the 3d math we need for our rasterizer to work. Lets start with this struct. This is ofcourse a vector …

NoticeSmeh ·
C++ Graphics Programming rasterizer lighting math
Blog

Rasterizer Project - Part 1: Getting started

Were making a Rasterizer folks, exciting really. I would like to credit: I will be using these resources in my journey in making this rasterizer.https://haqr.eu/tinyrenderer/bresenham/ What is a Rasterizer?Its a …

NoticeSmeh ·
C++ Graphics Programming rasterizer lighting math