MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / projectGraph

Function projectGraph

Three.js/js/Three59dev.js:7320–7336  ·  view source on GitHub ↗
( root, sortObjects )

Source from the content-addressed store, hash-verified

7318 };
7319
7320 var projectGraph = function ( root, sortObjects ) {
7321
7322 _objectCount = 0;
7323
7324 _renderData.objects.length = 0;
7325 _renderData.sprites.length = 0;
7326 _renderData.lights.length = 0;
7327
7328 projectObject( root );
7329
7330 if ( sortObjects === true ) {
7331
7332 _renderData.objects.sort( painterSort );
7333
7334 }
7335
7336 };
7337
7338 this.projectScene = function ( scene, camera, sortObjects, sortElements ) {
7339

Callers 1

Three59dev.jsFile · 0.70

Calls 1

projectObjectFunction · 0.70

Tested by

no test coverage detected