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

Function enableAttribute

Three.js/js/Three66.js:23308–23317  ·  view source on GitHub ↗
( attribute )

Source from the content-addressed store, hash-verified

23306 };
23307
23308 function enableAttribute( attribute ) {
23309
23310 if ( _enabledAttributes[ attribute ] === 0 ) {
23311
23312 _gl.enableVertexAttribArray( attribute );
23313 _enabledAttributes[ attribute ] = 1;
23314
23315 }
23316
23317 };
23318
23319 function disableAttributes() {
23320

Callers 3

Three66.jsFile · 0.70
setupMorphTargetsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected