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

Function setOpacity

Three.js/js/Three62dev.js:16251–16260  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16249 // Context cached methods.
16250
16251 function setOpacity( value ) {
16252
16253 if ( _contextGlobalAlpha !== value ) {
16254
16255 _context.globalAlpha = value;
16256 _contextGlobalAlpha = value;
16257
16258 }
16259
16260 }
16261
16262 function setBlending( value ) {
16263

Callers 4

Three62dev.jsFile · 0.70
renderParticleFunction · 0.70
renderLineFunction · 0.70
renderFace3Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected