MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / setLineWidth

Function setLineWidth

Three.js/js/Three56.js:14591–14600  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

14589 }
14590
14591 function setLineWidth( value ) {
14592
14593 if ( _contextLineWidth !== value ) {
14594
14595 _context.lineWidth = value;
14596 _contextLineWidth = value;
14597
14598 }
14599
14600 }
14601
14602 function setLineCap( value ) {
14603

Callers 3

renderLineFunction · 0.70
strokePathFunction · 0.70
Three56.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected