PDA

View Full Version : Translate HEAD_POS to absolute coordinates?


vrhelp2004
05-18-2004, 04:42 PM
Hi,
Would anyone happen to know how to move the user's head position to absolute coordinates?
Thanks!

farshizzo
05-18-2004, 04:53 PM
Hi,

Here's some sample code that will translate the viewers head position to (1,2,3):view = viz.get(viz.MAIN_VIEWPOINT)
view.translate(1,2,3)