← Back to team overview

yade-users team mailing list archive

Re: [Question #226962]: Change camera perspective in 3D view

 

Question #226962 on Yade changed:
https://answers.launchpad.net/yade/+question/226962

Christian Jakob posted a new comment:
> >middle button on the bottom of qt.Controller (hotkey: F12) 
> How to do it via command line?

e.g. see examples/mill.py at end:

v=qt.View()
v.eyePosition=(3,.8,.96); v.upVector=(-.4,-.4,.8); v.viewDir=(-.9,-.25,-.3); v.axes=True; v.sceneRadius=1.9

play around with these vectors until your view is as you want

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.