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

Function setOpacity

Three.js/js/ThreeDebug.js:10088–10096  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

10086 // Context cached methods.
10087
10088 function setOpacity( value ) {
10089
10090 if ( _contextGlobalAlpha != value ) {
10091
10092 _context.globalAlpha = _contextGlobalAlpha = value;
10093
10094 }
10095
10096 }
10097
10098 function setBlending( value ) {
10099

Callers 5

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