Giter VIP home page Giter VIP logo

srpbr's Introduction

srpbr is a simple software-renderer with pbr shading model, easy to understand, easy to debug.

features

  1. pure c++ 11 implementation
  2. left-hand z-up coordinate system
  3. software-rasterizer
  4. perspective-correct interpolation
  5. z-buffer (reverse-z tech / z-test / z-write)
  6. back culling / frustum culling / viewport clip
  7. support wavefront .obj file
  8. physically-based-shading with ibl
  9. bilinear / trilinear texture sample
  10. cube map sample
  11. reinhard toon-mapping

ibl precompute

generate ibl textures from an environment cubemap

  1. indirect diffuse lighting
    • precompute indirect diffuse lighting stored in an irradiance map from a radiance map(environment cubemap)
    generate_irradiance_map("./resource/ibl_textures/env.png", "./resource/ibl_textures/irradiance.png");
  2. indirect specular lighting
    • Split Sum Approximation, result in two part
    generate_prefilter_envmap("./resource/ibl_textures/env.png", "./resource/ibl_textures/prefilter");
    generate_BRDF_LUT("./resource/brdf_lut.png");

result

depth buffer
direct lighting only
with ibl
standard pbr with ibl

see more

https://niepp.github.io/2016/05/20/PBR-notes.html

srpbr's People

Contributors

niepp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.