Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 400 Bytes

File metadata and controls

22 lines (17 loc) · 400 Bytes

Liquid

Liquid is a C++ standalone unidirectional pathtracer.

Features:

  • Uniform sampler
  • CPU multithreading (local)
  • BVH acceleration (objects [top])
  • BVH acceleration (polygons [bottom])
  • SIMD support
  • Importance sampling
  • IBL with HDR maps
  • Disney principled shader

Materials:

  • Lambertian
  • Diffuse Light
  • Metal
  • Glass
  • Volumes