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

Function setDashAndGap

Three.js/js/Three56.js:14650–14660  ·  view source on GitHub ↗
( dashSizeValue, gapSizeValue )

Source from the content-addressed store, hash-verified

14648 }
14649
14650 function setDashAndGap( dashSizeValue, gapSizeValue ) {
14651
14652 if ( _contextDashSize !== dashSizeValue || _contextGapSize !== gapSizeValue ) {
14653
14654 _context.setLineDash( [ dashSizeValue, gapSizeValue ] );
14655 _contextDashSize = dashSizeValue;
14656 _contextGapSize = gapSizeValue;
14657
14658 }
14659
14660 }
14661
14662};
14663/**

Callers 1

renderLineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected