Skip to content

Allow culling to be disabled on cameras (useful for tools where backface culling is a hinderance).

Seth Carter requested to merge culling-flag into master

Backface culling is a hindrance for the Isometro Exporter, and meanwhile the optimization of not drawing backfaces isn't useful in that context because any slightly increase in rendering time doesn't matter for developer tooling. So, this MR adds a flag to allow culling to be disabled (default is enabled, previously the only possible behavior) per-camera.

Merge request reports