#1
|
|||
|
|||
Translate HEAD_POS to absolute coordinates?
Hi,
Would anyone happen to know how to move the user's head position to absolute coordinates? Thanks! |
#2
|
|||
|
|||
Hi,
Here's some sample code that will translate the viewers head position to (1,2,3): Code:
view = viz.get(viz.MAIN_VIEWPOINT) view.translate(1,2,3) |
|
|