MCPcopy Create free account
hub / github.com/stemkoski/stemkoski.github.com / setOpacity

Function setOpacity

Three.js/js/Three60.js:16205–16214  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16203 // Context cached methods.
16204
16205 function setOpacity( value ) {
16206
16207 if ( _contextGlobalAlpha !== value ) {
16208
16209 _context.globalAlpha = value;
16210 _contextGlobalAlpha = value;
16211
16212 }
16213
16214 }
16215
16216 function setBlending( value ) {
16217

Callers 4

Three60.jsFile · 0.70
renderParticleFunction · 0.70
renderLineFunction · 0.70
renderFace3Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected