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
}

Reply via email to