pbrt-v4 icon indicating copy to clipboard operation
pbrt-v4 copied to clipboard

Add OptiX support for curves, non-triangle instances, and animation

Open mmp opened this issue 4 years ago • 0 comments

Due to code that still needs to be written in gpu/accel.cpp, the GPU path does not currently support:

  • Curves (which could be done using OptiX's built-in curves)
  • Animation
  • Object instancing with anything other than triangles.

mmp avatar Aug 18 '20 21:08 mmp