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

Function setOpacity

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

Source from the content-addressed store, hash-verified

16023 // Context cached methods.
16024
16025 function setOpacity( value ) {
16026
16027 if ( _contextGlobalAlpha !== value ) {
16028
16029 _context.globalAlpha = value;
16030 _contextGlobalAlpha = value;
16031
16032 }
16033
16034 }
16035
16036 function setBlending( value ) {
16037

Callers 5

Three59dev.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