![]() |
ORTHO image over subwindow
How can I have a image displaying on the viz.ORTHO layer over a subwindow?
I want to display a mouse cursor image on both the mainscreen ORTHO and the subwindow (addWindow) ORTHO |
If you just want to change the mouse cursor, then I would recommend using the viz.mouse.setCursor command. Here is some sample code:
Code:
import win32con Code:
overlay = viz.addWindow(size=(1,1),pos=(0,1)) |
All times are GMT -7. The time now is 08:41 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC