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

Function setLineWidth

Three.js/js/Three62dev.js:16286–16295  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16284 }
16285
16286 function setLineWidth( value ) {
16287
16288 if ( _contextLineWidth !== value ) {
16289
16290 _context.lineWidth = value;
16291 _contextLineWidth = value;
16292
16293 }
16294
16295 }
16296
16297 function setLineCap( value ) {
16298

Callers 3

renderLineFunction · 0.70
strokePathFunction · 0.70
Three62dev.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected