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

Function setOpacity

Three.js/js/Three56.js:14556–14565  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

14554 // Context cached methods.
14555
14556 function setOpacity( value ) {
14557
14558 if ( _contextGlobalAlpha !== value ) {
14559
14560 _context.globalAlpha = value;
14561 _contextGlobalAlpha = value;
14562
14563 }
14564
14565 }
14566
14567 function setBlending( value ) {
14568

Callers 5

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