![]() |
#2
|
|||
|
|||
Hi,
You need to get a handle to the main viewpoint to translate the head position. Code:
view = viz.get(viz.MAIN_VIEWPOINT) view.translate(self.personPos) |
|
|