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

Function setLineWidth

Three.js/js/Three59dev.js:16060–16069  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16058 }
16059
16060 function setLineWidth( value ) {
16061
16062 if ( _contextLineWidth !== value ) {
16063
16064 _context.lineWidth = value;
16065 _contextLineWidth = value;
16066
16067 }
16068
16069 }
16070
16071 function setLineCap( value ) {
16072

Callers 3

renderLineFunction · 0.70
strokePathFunction · 0.70
Three59dev.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected