John, thank you so much! That's a very elegant solution that works great!
I'm sure it will help many others ;) Thanks once again! And thanks to Michael as well for all the input... On Dec 12, 2:45 pm, John Brookes <[email protected]> wrote: > You could give it its own session or owncanvas then check the total faces > > //eg > cube.ownCanvas = true; > > if(cube.session.getTotalFaces(view) < 1) > { > //not in view > > > > > > > > }
