Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 412 Bytes

File metadata and controls

13 lines (11 loc) · 412 Bytes

RayTracingScene

Add some other feature base on fallingcat's ComputeRayTracingSamples

Implement Features

  • Can load low poly obj file
  • Envirenment mapping
  • Ray-Triangle and Ray-Sphere intersection
  • Procedural texture (Perlin Noise)
  • Simple AABB accerleration

Samples