Skip to content

WebGPU Compute frustum culling

Tom Clabault requested to merge tom.clabault/vtk:FrustumCulling into master
  • New vtkCuller implementation that culls actors to the camera view frustum using axis-aligned bounding boxes. This culler has no notion of "coverage" (contrary to vtkFrustumCoverageCuller). WebGPU frustum culler can be used as any other culler by adding it to the cullers of a renderer.

  • closes #19323

@lucas.givord @thomas.galland Please review.

FYI: @jaswant.panchumarti @sankhesh

Edited by Tom Clabault

Merge request reports