MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetShadow

Method GetShadow

engine/Poseidon/Graphics/Rendering/Shape/Shadow.cpp:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127RemmemberShadow* Object::GetShadow(int level) const
128{
129 if (!_shadow)
130 {
131 return nullptr;
132 }
133 return _shadow->_lods[level];
134}
135
136void Object::RemoveShadow(int level)
137{

Callers 1

ShadowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected