MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / IsBoxVisible

Method IsBoxVisible

include/donut/engine/View.h:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 [[nodiscard]] bool IsBoxVisible(const dm::box3& bbox) const override
216 {
217 return LeftView.IsBoxVisible(bbox) || RightView.IsBoxVisible(bbox);
218 }
219
220 [[nodiscard]] bool IsMirrored() const override
221 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected