Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
184
void EngineDummy::SetBias(int) {}
185
void EngineDummy::GetZCoefs(float& zAdd, float& zMult)
186
{
187
zAdd = 0, zMult = 1;
Callers
6
DrawPoints
Method · 0.45
DrawLines
Method · 0.45
DrawMesh
Method · 0.45
Draw
Method · 0.45
DrawShadow
Method · 0.45
Draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected