![]() |
![]()
| ![]() |
![]()
NAMEimage_clip_on - Control clipping for a video object. SYNOPSISnil
DESCRIPTIONThis changes the clipping mode for the video object referenced by image . By default the mode is CLIP_ON , which is the more expensive one. It uses a stencil buffer to draw the entire hierarchy built using link_image . It is thus useful for complex hierarchies with possibly rotated objects. Another option is CLIP_SHALLOW . This only uses the immediate parent, and will get a fast-path assuming that both objects are rotated as that can be solved by adjusting object size and texture coordinates alone. If a cliptgt is provided with the CLIP_SHALLOW clipping mode, a specific object will be used for calculating the clipping bounds rather than using the link_image specified one. This is useful when a transform hierarchy is needed, but with specific clipping anchors. NOTES
EXAMPLEfunction image_clip_on0() MISUSEfunction image_clip_on0() SEE ALSO:image_clip_off(3)
|