MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isPostProcessNeeded

Method isPostProcessNeeded

Source/Render/View.cpp:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147bool View::isPostProcessNeeded() const noexcept {
148 return _scale != 1.0f || _effect != nullptr || EffekNode::getRunningNodes() > 0;
149}
150
151float View::getStandardDistance() const noexcept {
152 return _size.height * 0.5f / std::tan(bx::toRad(_fieldOfView) * 0.5f);

Callers 1

doRenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected