Skip to content

lxs137/PBRE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Physically Based Rendering Enegine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages