View Single Post
  #1  
Old 11-20-2014, 10:42 AM
johnallen johnallen is offline
Member
 
Join Date: Nov 2013
Location: Canterbury, UK
Posts: 36
cannot get eyeheight() working with vizconnect

with a call to viz.go() and simple scene loaded I can easily change the height of the viewer by keyboard input using

vizact.onkeydown('2', viz.MainView.eyeheight, 1 )

however if I replace the viz.go() for a vizconnect.go() - calling in settings configured for keyboard and mouse navigation, the navigation works fine however the calls to change the eyeheight seem to be ignored.

Can anyone tell me what I'm doing wrong? Is it how my vizconnect file is setup?

What I want to do longer term is use this with PPT tracking but to modify the height of the participant's viewpoint.

Many thanks,
John
Reply With Quote