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

Function setDashAndGap

Three.js/js/Three62dev.js:16345–16355  ·  view source on GitHub ↗
( dashSizeValue, gapSizeValue )

Source from the content-addressed store, hash-verified

16343 }
16344
16345 function setDashAndGap( dashSizeValue, gapSizeValue ) {
16346
16347 if ( _contextDashSize !== dashSizeValue || _contextGapSize !== gapSizeValue ) {
16348
16349 _context.setLineDash( [ dashSizeValue, gapSizeValue ] );
16350 _contextDashSize = dashSizeValue;
16351 _contextGapSize = gapSizeValue;
16352
16353 }
16354
16355 }
16356
16357};
16358

Callers 1

renderLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected