Thread: transitions
View Single Post
  #2  
Old 05-30-2006, 04:56 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
I don’t know of any seamless way to transition between two Vizard programs. Should probably put each programs functionality together in one Vizard program. If you are going to be using the conditioning.py script elsewhere I suggested that you turn it into a module that can be turned on and off with a single python line.
Code:
import conditioning
conditioning.showWorld()

#let conditioning run 

conditioning.hideWorld()
__________________
Paul Elliott
WorldViz LLC
Reply With Quote