WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-14-2016, 07:19 AM
istarion istarion is offline
Member
 
Join Date: Aug 2016
Posts: 13
Cave and addtexquad

Hey

I have a 3-wall cave and I'm trying to figure out how to put a texture/plain coloured overlay over the scene. The goal is to provide an "emergency switch" to black out the cave in case of a nausea attack or similar, and later on some progress information.

In the single display setup this works:
Code:
blackout = viz.addTexQuad(parent=viz.ORTHO)
blackout.color(viz.BLACK)
blackout.drawOrder(-1)
blackout.setBoxTransform(viz.BOX_ENABLED)
In the cave this only places the black texture over the centre projector, not the two side walls. How do I get this to blackout the sidewalls as well?

thanks and cheers
Reply With Quote
 


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


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


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