The Posable class allows specification of a set of Plane objects (for occlusion). Classes should not reference their own subclasses in good object-oriented design.
Recommendation is to create a new subclass of Posable called Occluder, since the Posable base class does not intrinsically rely on the planes.
The
Posable
class allows specification of a set ofPlane
objects (for occlusion). Classes should not reference their own subclasses in good object-oriented design.Recommendation is to create a new subclass of
Posable
calledOccluder
, since thePosable
base class does not intrinsically rely on the planes.