A showcase of the 3D rasteriser

My Journey into learning Direct3D 11

This is journal noting down the topics I had to cover through my deep dive into D3D11. Rendering Triangles through rasterization: Knowledge about the rendering pipeline process where triangles are converted into pixels on the screen by the graphics processing unit (GPU) through a technique called rasterization. Model loading with normals: How to load 3D models into the graphics memory of the GPU and incorporate normal vectors for lighting calculations....

July 12, 2022 路 2 min 路 Siddharth Chillale
ray_img_tga_mixedpdf_1000spp.png

Ray Tracing in One Weekend

My understanding from Ray Tracing in One Weekend.

July 2, 2022 路 8 min 路 Siddharth Chillale
ray_img_tga_mixedpdf_1000spp.png

Ray Tracing: The Next Week

My understanding from Ray Tracing: The Next Week.

July 2, 2022 路 4 min 路 Siddharth Chillale
32_samples_doda_1.png

PathTracer: Global Illumination

A pathtracing course project.

February 5, 2022 路 5 min 路 Siddharth Chillale