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

Function setLineWidth

Three.js/js/ThreeDebug.js:10124–10132  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

10122 }
10123
10124 function setLineWidth( value ) {
10125
10126 if ( _contextLineWidth != value ) {
10127
10128 _context.lineWidth = _contextLineWidth = value;
10129
10130 }
10131
10132 }
10133
10134 function setLineCap( value ) {
10135

Callers 3

renderLineFunction · 0.70
strokePathFunction · 0.70
ThreeDebug.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected