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