OpenChemistry / tomviz

Cross platform, open source application for the processing, visualization, and analysis of 3D tomography data
https://tomviz.org/
BSD 3-Clause "New" or "Revised" License
326 stars 87 forks source link

Stereoscopic rendering #1165

Open jabl opened 7 years ago

jabl commented 7 years ago

It would be nice if tomviz would support stereoscopic rendering.

Preferably using different methods that can be chosen depending on what kind of 3D hardware is available. E.g.

Hovden commented 7 years ago

@jabl that's a great idea. It would help the promotion and outreach of 3D visualization in science. With the 1.0 release we are now focusing effort to broaden the user base. When we return to new feature development we will look into this. Thanks for the idea.

jabl commented 7 years ago

Good to hear. Is there anything I can do to help get this done? I can afford to spend some work hours on this.

jabl commented 7 years ago

There seems to be (undocumented?) command-line options --stereo and --stereo-type= that implement this. This seems to be coming from paraview, as there is not mention of stereo anywhere in the tomviz source tree.

I wonder, would it be possible to change the stereo enabling and type from some widget in the application? I guess adding command-line options is difficult for windows/mac users who launch the application by clicking some icon rather than from the shell.