Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ setDepthMode
Method
setDepthMode
include/Osako/shadowMgr.h:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
mDepth[1] = depth;
44
}
45
void setDepthMode(u8 depth)
46
{
47
mDepthMode = depth;
48
}
49
50
void drawShadowVolume(u32 viewNo, ShadowModel::ShadowKind shadowKind) {
51
draw(viewNo, getShadowModelList(shadowKind));
Callers
1
RaceApp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected