From: Jonathan S. <jjs...@vc...> - 2007-10-01 14:07:58
|
Hi Pete Glad you like octaviz. There is not yet a "view" function, but you are welcome to make one and submit it to one of the "trackers" on the sourceforge project page. The code to use is something like f=vtk_figure(0); f.renderer.GetActiveCamera().SetPosition(x,y,z); Actually, you can just use this code to set your camera without making a view function, but a contribution would be welcome! I am stuck with my development efforts at the moment since I can't get octaviz to compile on my Mac... Regards, Jonathan Peter Gustafson wrote: > Hi, > > Kudos to the developers, I'm finding vtk to be a promising alternative > for plotting in octave. > > A quick question... most of my plots are intended to be printed and are > generated from scripts. Is there a view() function which allows > specification of the viewing angles? I try to avoid interactive > generation of plots since I'm generating many, particularly I want to > avoid the mouse. > > Thanks, > > Pete > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Octaviz-help mailing list > Oct...@li... > https://lists.sourceforge.net/lists/listinfo/octaviz-help > > |