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

Method SetBias

engine/Poseidon/Graphics/Dummy/EngineDummy.cpp:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 return 0;
183}
184void EngineDummy::SetBias(int) {}
185void EngineDummy::GetZCoefs(float& zAdd, float& zMult)
186{
187 zAdd = 0, zMult = 1;

Callers 6

DrawPointsMethod · 0.45
DrawLinesMethod · 0.45
DrawMeshMethod · 0.45
DrawMethod · 0.45
DrawShadowMethod · 0.45
DrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected