MCPcopy 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
396void VertexArrayRenderer::TuneAlphaThreshold( float alpha_threshold ) {
397 m_alpha_threshold = alpha_threshold;
398}
399
400void VertexArrayRenderer::TuneCull( bool enable ) {
401 m_cull = enable;

Callers 2

RunMethod · 0.45
OnSwitchRendererClickMethod · 0.45

Calls

no outgoing calls

Tested by 2

RunMethod · 0.36
OnSwitchRendererClickMethod · 0.36