![]() |
#2
|
|||
|
|||
Hi,
The viz.translate function will only translate the viewpoint relatively. To translate the viewpoint to an absolute location, use the translate command of the main viewpoint: Code:
view = viz.get(viz.MAIN_VIEWPOINT) view.translate(-0.1439, -.0095, -4.4603) |
Thread Tools | |
Display Modes | Rate This Thread |
|
|