MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / setStrokeStyle

Function setStrokeStyle

Three.js/js/ThreeDebug.js:10158–10166  ·  view source on GitHub ↗
( style )

Source from the content-addressed store, hash-verified

10156 }
10157
10158 function setStrokeStyle( style ) {
10159
10160 if ( _contextStrokeStyle != style ) {
10161
10162 _context.strokeStyle = _contextStrokeStyle = style;
10163
10164 }
10165
10166 }
10167
10168 function setFillStyle( style ) {
10169

Callers 3

renderParticleFunction · 0.70
renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected