Skip to content
Snippets Groups Projects

Implements #181 back facing cull

Merged Nicolas Pope requested to merge feature/181/backcull into master
4 files
+ 26
14
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -44,6 +44,7 @@ class Splatter : public ftl::render::Renderer {
ftl::cuda::ClipSpace clip_;
bool clipping_;
float norm_filter_;
bool backcull_;
};
}
Loading