MCPcopy Create free account
hub / github.com/SpartanJ/eepp / triangleFanBegin

Method triangleFanBegin

src/eepp/graphics/batchrenderer.cpp:822–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822void BatchRenderer::triangleFanBegin() {
823 setDrawMode( PRIMITIVE_TRIANGLE_FAN, true );
824 triangleFanSetTexCoord( 0, 0, 0, 1, 1, 1 );
825 triangleFanSetColor( Color::White );
826}
827
828void BatchRenderer::triangleFanSetColor( const Color& Color ) {
829 quadsSetColor( Color );

Callers 1

drawArcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected