Skip to content

PERF: Remove cell consistency check

The cell consistency check takes considerable time during the initialization and is removed from the surfaceMeshRenderDelegate.

Mesh related checks such as this (watertightness etc.) should be done within the utility functions of Mesh or Rendering module. For now the user is expected to supply correct meshes.

Edited by Sreekanth Arikatla

Merge request reports