![]() |
|
#1
|
|||
|
|||
1) Yes, this is possible:
Code:
import viz import viztask viz.go() gallery = viz.add('gallery.ive') def changeFOV(): yield viztask.waitKeyDown(' ') viz.fov(60) viztask.schedule( changeFOV() ) If you have access to Vizard 4 this can be accomplished using proximity sensors. |
#2
|
|||
|
|||
Those proximity sensors sound like a interesting feature, I can;t find any documentation about it in the vizard 4 help files. Do you have some examples of it's use?
|
#3
|
|||
|
|||
It's in the latest version. Go to Help -> Check for Updates to download the new version.
|
![]() |
Tags |
fov, objects, rendering |
Thread Tools | |
Display Modes | Rate This Thread |
|
|