Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ TuneAlphaThreshold
Method
TuneAlphaThreshold
src/SFGUI/Renderers/VertexArrayRenderer.cpp:396–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
}
395
396
void VertexArrayRenderer::TuneAlphaThreshold( float alpha_threshold ) {
397
m_alpha_threshold = alpha_threshold;
398
}
399
400
void VertexArrayRenderer::TuneCull( bool enable ) {
401
m_cull = enable;
Callers
2
Run
Method · 0.45
OnSwitchRendererClick
Method · 0.45
Calls
no outgoing calls
Tested by
2
Run
Method · 0.36
OnSwitchRendererClick
Method · 0.36