WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 06-25-2014, 01:46 PM
dcnieho dcnieho is offline
Member
 
Join Date: Feb 2011
Posts: 59
exact copy of mainview in second window

First-off, I am not sure if mainview is the right term given my problem.

The main view that people see in my code contains both objects in the world and a few objects draw on the screen (parent=viz.SCREEN).

I have a debug window open on another monitor so that I can see what is going on in the HMD. I didn't specify it's view and scene as they default to MainView and MainScene, which is what I want (I did set .fov and such on the window to make sure things look ok). I see the virtual environment in my debug window. However, the onscreen objects are not visible. More specifically, interestingly, on-screen text is, but on-screen vizshapes are not.

Is there a way to have an exact copy of the MainWindow displayed in another window, so including all on-screen objects and such? Its fine if its only the left eye or the right eye. I furthermore do want to be able to overlay some other information (a vizinfo.add() panel) on the debug screen only. The debug screen has the same resolution as the HMD's panel for one eye.

This is all with Vizard 4, up to date.

Thanks a lot for any help you can provide.
All the best,
Dee
Reply With Quote
  #2  
Old 06-30-2014, 04:02 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
I ran a simple example with an on screen vizshape object and it displayed on both the main window and the sub-window. Can you post example code that reproduces the issue for you?

You can specify the window to render an info panel to:

Code:
panel = vizinfo.InfoPanel('Debug Info',window=debugWindow)
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Window always on top madeinjava Vizard 4 08-27-2013 02:10 PM
Unexpected Change of Window Size javadi Vizard 7 07-23-2013 02:56 PM
Problems with linking Sensor to MainView escmo Vizard 2 06-25-2013 01:15 AM
Mainview can't go back to original point jacky Vizard 1 06-04-2013 04:22 AM
Properly handling Inheritance of VizNode and using copy shivanangel Vizard 4 09-06-2012 06:56 AM


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


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