Hi,
Is it possible to reserve area of the viewport for drawing of basic geometry (in world coordinates) while another area to be used or screen based geometry. Small explanation is enclosed.
Thanks,
Dmitriy
Viewport.pdf (73.3 KB)
Hi,
Is it possible to reserve area of the viewport for drawing of basic geometry (in world coordinates) while another area to be used or screen based geometry. Small explanation is enclosed.
Thanks,
Dmitriy
Viewport.pdf (73.3 KB)
You can flood fill a rectangle over the area on the side with the same color as the viewport background, but that isn’t going to stop the picking or snapping code from intercepting mouse interactions in that area.
Thanks, Steve.