Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 521 Bytes

accelerators.md

File metadata and controls

26 lines (19 loc) · 521 Bytes
CurrentModule = RayTracer

Acceleration Structures

!!! warning This is a Beta Feature and not all things work with this.

Pages = ["accelerators.md"]

Bounding Volume Hierarchy

Bounding Volume Hierarchy (or BVH) acts like a primitive object, just like Triangle or Sphere. So we can simply pass a BVH object into raytrace function.

!!! warning The backward pass for BVH is currently broken

Modules = [RayTracer]
Pages = ["bvh.jl"]