Skip to content

Latest commit

 

History

History
42 lines (41 loc) · 1.1 KB

README.md

File metadata and controls

42 lines (41 loc) · 1.1 KB

Physically Based Rendering Engine

Reference Project

TODO List

  • Geometry
    • Vector, Point, Normal, BBox, Matrix, Transform
    • Ray
    • IntersectDetail
  • Shape
    • plane, polygon, triangle, mesh
    • Spheres, Cylinders, Disks
  • Acceleration
    • Grid Acceleration
    • K-d Tree
  • File I/O
    • Output
      • PNG
    • Input
      • OBJ
      • mtl
  • Camera
    • Pinhole
    • Orthographic
    • Perspective With Lens
  • Sampling
  • Reflection Model
    • BSDF
    • Fresnel
    • Microfacet
  • Light Source
    • Point Light
    • Area Light
  • Monte-Carlo Integration
    • Direct Lighting
    • Path Tracing
    • Particle Tracing
    • Photon Mapping