20 make(PN_stdfloat left, PN_stdfloat right, PN_stdfloat bottom, PN_stdfloat top) {
21 return make(LVecBase4(left, right, bottom, top));
38 INLINE
const LVecBase4 &ScissorAttrib::
This is the base class for a number of render attributes (other than transform) that may be set on sc...
CPT(RenderAttrib) ScissorAttrib
Constructs a ScissorAttrib that restricts rendering to the indicated frame within the current Display...
bool is_off() const
Returns true if the ScissorAttrib is an 'off' ScissorAttrib, indicating that scissor testing is disab...