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

Function projectGraph

Three.js/js/Three62dev.js:7826–7842  ·  view source on GitHub ↗
( root, sortObjects )

Source from the content-addressed store, hash-verified

7824 };
7825
7826 var projectGraph = function ( root, sortObjects ) {
7827
7828 _objectCount = 0;
7829
7830 _renderData.objects.length = 0;
7831 _renderData.sprites.length = 0;
7832 _renderData.lights.length = 0;
7833
7834 projectObject( root );
7835
7836 if ( sortObjects === true ) {
7837
7838 _renderData.objects.sort( painterSort );
7839
7840 }
7841
7842 };
7843
7844 this.projectScene = function ( scene, camera, sortObjects, sortElements ) {
7845

Callers 1

Three62dev.jsFile · 0.70

Calls 1

projectObjectFunction · 0.70

Tested by

no test coverage detected