Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ triangleFanSetColor
Method
triangleFanSetColor
src/eepp/graphics/batchrenderer.cpp:828–830 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
826
}
827
828
void BatchRenderer::triangleFanSetColor( const Color& Color ) {
829
quadsSetColor( Color );
830
}
831
832
void BatchRenderer::triangleFanSetColorFree( const Color& Color0, const Color& Color1,
833
const Color& Color2 ) {
Callers
1
drawArc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected