Skip to content
Snippets Groups Projects

Use new names for unary tg functions

Merged Aaron Grabowy requested to merge rename-of-tg-functions into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -347,7 +347,7 @@ void glow::viewer::ViewerRenderer::renderSubview(tg::isize2 const& res, tg::ipos
}
auto sunDir = normalize(boundingInfo.center - sunPosJitter);
auto sunFov = 1_deg;
if (volume(boundingInfo.aabb) > 0)
if (volume_of(boundingInfo.aabb) > 0)
for (auto x : {0, 1})
for (auto y : {0, 1})
for (auto z : {0, 1})
Loading