Applies the cull process to this node. If the view frustum intersects the bounding sphere of this node, then this method calls the three methods #cullBegin(CullContext), #cull(CullContext), and #cullEnd(CullContext), in that order. @param cc the cull context.
(CullContext cc)