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

Function setLineWidth

Three.js/js/Three66.js:17120–17129  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

17118 }
17119
17120 function setLineWidth( value ) {
17121
17122 if ( _contextLineWidth !== value ) {
17123
17124 _context.lineWidth = value;
17125 _contextLineWidth = value;
17126
17127 }
17128
17129 }
17130
17131 function setLineCap( value ) {
17132

Callers 3

renderLineFunction · 0.70
strokePathFunction · 0.70
Three66.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected