Skip to content
Snippets Groups Projects

Implements #182 splatting

Merged Nicolas Pope requested to merge feature/182/splats into master
2 files
+ 28
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -45,6 +45,7 @@ class Splatter : public ftl::render::Renderer {
bool clipping_;
float norm_filter_;
bool backcull_;
cv::Scalar background_;
};
}
Loading