MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / setOpacity

Function setOpacity

7DFPS/js/Three.js:16398–16407  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16396 // Context cached methods.
16397
16398 function setOpacity( value ) {
16399
16400 if ( _contextGlobalAlpha !== value ) {
16401
16402 _context.globalAlpha = value;
16403 _contextGlobalAlpha = value;
16404
16405 }
16406
16407 }
16408
16409 function setBlending( value ) {
16410

Callers 5

Three.jsFile · 0.70
renderParticleFunction · 0.70
renderLineFunction · 0.70
renderFace3Function · 0.70
renderFace4Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected