MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / fillPath

Function fillPath

Three.js/js/Three56.js:14369–14374  ·  view source on GitHub ↗
( color )

Source from the content-addressed store, hash-verified

14367 }
14368
14369 function fillPath( color ) {
14370
14371 setFillStyle( color.getStyle() );
14372 _context.fill();
14373
14374 }
14375
14376 function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) {
14377

Callers 3

renderFace3Function · 0.70
renderFace4Function · 0.70
patternPathFunction · 0.70

Calls 1

setFillStyleFunction · 0.70

Tested by

no test coverage detected