MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / getNextFace3InPool

Function getNextFace3InPool

Three.js/js/Three56.js:7081–7096  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7079 }
7080
7081 function getNextFace3InPool() {
7082
7083 if ( _face3Count === _face3PoolLength ) {
7084
7085 var face = new THREE.RenderableFace3();
7086 _face3Pool.push( face );
7087 _face3PoolLength ++;
7088 _face3Count ++;
7089 return face;
7090
7091 }
7092
7093 return _face3Pool[ _face3Count ++ ];
7094
7095
7096 }
7097
7098 function getNextFace4InPool() {
7099

Callers 1

Three56.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected