WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Occluding portions of the display (https://forum.worldviz.com/showthread.php?t=4569)

westbyb 05-06-2013 08:24 AM

Occluding portions of the display
 
So my goal is to be able to cover portions of the display (i.e. cover the left/right side of the screen, shrink the size of the display, etc), but I don't want to go about using an object and just placing it in front of the main viewpoint.

Nothing I've found seems to be able to do it so far, so I was wondering if you guys had any suggestions.

Thanks!

farshizzo 05-06-2013 09:39 AM

What do you want to cover the display with? A solid color, an image, .. ?

If you just want to crop the display, you can change the size/position of the main window:
Code:

viz.MainWindow.setSize([0.5,0.5])
viz.MainWindow.setPosition([0.25,0.75])


westbyb 05-21-2013 03:13 PM

Sorry, for the late reply, and thank you for the setSize and setPosition help. I'd like to just cover a portion of the display with a solid image if possible.


All times are GMT -7. The time now is 08:26 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC