MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / filterAndFlatten

Function filterAndFlatten

public/iframe/lib/js/CSS3DRenderer.js:262–274  ·  view source on GitHub ↗
( scene )

Source from the content-addressed store, hash-verified

260 }();
261
262 function filterAndFlatten( scene ) {
263
264 var result = [];
265
266 scene.traverse( function ( object ) {
267
268 if ( object instanceof THREE.CSS3DObject ) result.push( object );
269
270 } );
271
272 return result;
273
274 }
275
276 function zOrder( scene ) {
277

Callers 1

zOrderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected