Skip to content

Expose face culling property of vtkWebGPUActor

Tom Clabault requested to merge tom.clabault/vtk:WebGPUBackfaceCulling into master

vtkWebGPUActor->GetProperty().Front/BackfaceCullingOn/Off() had no effect before this MR. The support for this property has been added and the mapper no takes it into account for proper rendering.

@lucas.givord @thomas.galland Please review.

Merge request reports