← 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:
> How to set defalut camera as z axis up positive, x axis right positive

middle button on the bottom of qt.Controller (hotkey: F12)

> background white

click on "Display" tab in controller -> set bgColor (255 255 255)

or via command line:

from yade import qt
qt.Controller.bgColor=[255,255,255]
qt.Controller()

(did not test)

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