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

Function getNextFace4InPool

Three.js/js/Three59dev.js:7703–7717  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7701 }
7702
7703 function getNextFace4InPool() {
7704
7705 if ( _face4Count === _face4PoolLength ) {
7706
7707 var face = new THREE.RenderableFace4();
7708 _face4Pool.push( face );
7709 _face4PoolLength ++;
7710 _face4Count ++;
7711 return face;
7712
7713 }
7714
7715 return _face4Pool[ _face4Count ++ ];
7716
7717 }
7718
7719 function getNextLineInPool() {
7720

Callers 1

Three59dev.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected