MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / setOpacity

Function setOpacity

Three.js/js/Three62.js:16293–16302  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16291 // Context cached methods.
16292
16293 function setOpacity( value ) {
16294
16295 if ( _contextGlobalAlpha !== value ) {
16296
16297 _context.globalAlpha = value;
16298 _contextGlobalAlpha = value;
16299
16300 }
16301
16302 }
16303
16304 function setBlending( value ) {
16305

Callers 4

Three62.jsFile · 0.70
renderSpriteFunction · 0.70
renderLineFunction · 0.70
renderFace3Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected