MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetStartFace

Method GetStartFace

trinity/Tr2ReflectionProbe.cpp:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80uint8_t Tr2ReflectionProbe::GetStartFace() const
81{
82 if( m_renderFrequency == ALL_SIDES_PER_FRAME || !m_onePassDone )
83 {
84 return 0;
85 }
86 return m_currentFrame;
87}
88
89uint8_t Tr2ReflectionProbe::GetEndFace() const
90{

Callers 1

RenderReflectionPassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected