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

Function setDashAndGap

Three.js/js/Three66.js:17179–17189  ·  view source on GitHub ↗
( dashSizeValue, gapSizeValue )

Source from the content-addressed store, hash-verified

17177 }
17178
17179 function setDashAndGap( dashSizeValue, gapSizeValue ) {
17180
17181 if ( _contextDashSize !== dashSizeValue || _contextGapSize !== gapSizeValue ) {
17182
17183 _context.setLineDash( [ dashSizeValue, gapSizeValue ] );
17184 _contextDashSize = dashSizeValue;
17185 _contextGapSize = gapSizeValue;
17186
17187 }
17188
17189 }
17190
17191};
17192

Callers 1

renderLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected