[vtkusers] Re: Stero rendering in the SGI platform

David A. Hite hite at lanl.gov
Mon Jun 5 13:17:21 EDT 2000


Hi Carlos,

Here's how I've got stereo to work on my Octane with Crystal Eyes...

In vtk code:
    vtkRenderer *renderer = vtkRenderer::New();
    vtkRenderWindow *renWin = vtkRenderWindow::New();
    renWin->GetStereoCapableWindow();
    renWin->SetStereoTypeToCrystalEyes();
    renWin->AddRenderer( renderer );
    vtkRenderWindowInteractor *iren = vtkRenderWindowInteractor::New();
    iren->SetRenderWindow( renWin );
    renWin->Render();
    iren->Start();

Then at your command prompt type xsetmon, this will bring up a window to
change your monitor display rates. Select 1024x768_96s ( s for stereo ),
cancel when prompted to make the new configuration the power on default.

Start your program, in the window type the '3' key this toggles the stereo
mode on.
(See the RenderWindowInteractor on page 60 of the User's Guide.)

That should get you going.
If that doesn't work let me know.

-Dave-

Carlos Manzanares wrote:

> Hello,
>
> I am trying to find out how to use the stereo possibilities of my SGI
> Octane workstation with VTK and at the moment I haven't been able to
> make it work.
>
> Could anyone give anykind of clue how to do it?
>
> Thank you,
> --Carlos Manzanares--
>
> Carlos Manzanares
> National Center of Biotechnology, Spain
>
> --------------------------------------------------------------------
> This is the private VTK discussion list. Please keep messages on-topic.
> Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
> <majordomo at public.kitware.com>. For help, send message body containing
> "info vtkusers" to the same address.
> --------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hite.vcf
Type: text/x-vcard
Size: 274 bytes
Desc: Card for David A. Hite
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20000605/bad8e3ed/attachment-0001.vcf>


More information about the vtkusers mailing list