MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / setDashAndGap

Function setDashAndGap

7DFPS/js/Three.js:16492–16502  ·  view source on GitHub ↗
( dashSizeValue, gapSizeValue )

Source from the content-addressed store, hash-verified

16490 }
16491
16492 function setDashAndGap( dashSizeValue, gapSizeValue ) {
16493
16494 if ( _contextDashSize !== dashSizeValue || _contextGapSize !== gapSizeValue ) {
16495
16496 _context.setLineDash( [ dashSizeValue, gapSizeValue ] );
16497 _contextDashSize = dashSizeValue;
16498 _contextGapSize = gapSizeValue;
16499
16500 }
16501
16502 }
16503
16504};
16505

Callers 1

renderLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected