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

Function setLineWidth

7DFPS/js/Three.js:16433–16442  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16431 }
16432
16433 function setLineWidth( value ) {
16434
16435 if ( _contextLineWidth !== value ) {
16436
16437 _context.lineWidth = value;
16438 _contextLineWidth = value;
16439
16440 }
16441
16442 }
16443
16444 function setLineCap( value ) {
16445

Callers 3

renderLineFunction · 0.70
strokePathFunction · 0.70
Three.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected