15#include <vsg/maths/sphere.h>
16#include <vsg/nodes/Group.h>
22 class VSG_DECLSPEC CullGroup :
public Inherit<Group, CullGroup>
26 CullGroup(
const CullGroup& rhs,
const CopyOp& copyop = {});
27 explicit CullGroup(
const dsphere& bound);
35 void read(
Input& input)
override;
36 void write(
Output& output)
const override;
CullNode that enables view frustum culling on a list of children.
Definition CullGroup.h:23
ref_ptr< Object > clone(const CopyOp ©op={}) const override
Definition CullGroup.h:32
int compare(const Object &rhs) const override
compare two objects, return -1 if this object is less than rhs, return 0 if it's equal,...