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

Function setOpacity

Three.js/js/Three66.js:17085–17094  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

17083 // Context cached methods.
17084
17085 function setOpacity( value ) {
17086
17087 if ( _contextGlobalAlpha !== value ) {
17088
17089 _context.globalAlpha = value;
17090 _contextGlobalAlpha = value;
17091
17092 }
17093
17094 }
17095
17096 function setBlending( value ) {
17097

Callers 4

Three66.jsFile · 0.70
renderSpriteFunction · 0.70
renderLineFunction · 0.70
renderFace3Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected