← Back to team overview

yade-users team mailing list archive

Re: Background color

 

Thank you!

______________________________
[ENG] Best Regards
[GER] Mit freundlichen Grüßen
[RUS] С наилучшими пожеланиями
[UKR] З найкращими побажаннями

Anton Gladkyy


2009/8/20 Václav Šmilauer <eudoxos@xxxxxxxx>

> > Where is it possible to get all of possible parameters to change?
>
> r=qt.Renderer()
> r.keys() # get just the keys
> r.dict() # get both keys and values; you need r1709 for that
>
> just like with any other yade object in python.
>
> For Renderer, the same params can be set from tu GUI (the Display tab);
> and you can also have a look at OpenGLRenderingEngine code.
>
> For the view (per-view params), which is not yade object, you can do:
>
> v=qt.View()
> v.<tab> # will show completions
> dir(v)
>
> and also see scripts/gl-test.py
>
> Vaclav
>
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users<https://launchpad.net/%7Eyade-users>
> Post to     : yade-users@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-users<https://launchpad.net/%7Eyade-users>
> More help   : https://help.launchpad.net/ListHelp
>

References