Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 912 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 912 Bytes

dx11_pbr

A smaller project where I explore PBR (unfinished) and HDR while also trying out other ways to structure rendering code

  • Physically Based Shading (Metallic/Roughness workflow, no IBL for now)
  • Tone-mapping (rendering HDR and mapping to LDR)
  • Normal mapping
  • Emissive textures
  • HDR Skybox
  • Point lights
  • Assimp model loading (glTF for PBR models)
  • Instanced object rendering
  • ImGUI hook

PBR Models Alt text Alt text Alt text

Metallic map Alt text

Roughness map Alt text

Tone-mapping Alt text

HDR Skybox Alt text