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

Function getNextFace3InPool

Three.js/js/Three62.js:8195–8210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8193 }
8194
8195 function getNextFace3InPool() {
8196
8197 if ( _face3Count === _face3PoolLength ) {
8198
8199 var face = new THREE.RenderableFace3();
8200 _face3Pool.push( face );
8201 _face3PoolLength ++;
8202 _face3Count ++;
8203 return face;
8204
8205 }
8206
8207 return _face3Pool[ _face3Count ++ ];
8208
8209
8210 }
8211
8212 function getNextLineInPool() {
8213

Callers 1

Three62.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected