codeonwort / Cyseal

Cross-API engine which will support DX12 and Vulkan renderer
1 stars 0 forks source link

Naive path tracer #11

Closed codeonwort closed 1 year ago

codeonwort commented 1 year ago

Parse .pbrt format and perform basic Monte Carlo path tracing with microfacet BRDFs. I did minimal work to run a path tracer.

PBRT parser

Path tracer

2023_04_25_microfacet_0