| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0011395 | VTK | (No Category) | public | 2010-11-02 23:16 | 2016-08-12 09:55 | ||||
| Reporter | Wallance Lin | ||||||||
| Assigned To | Kitware Robot | ||||||||
| Priority | normal | Severity | block | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0011395: vtkBorlandRenderWindow can't render stereo image for Crystal eyes. | ||||||||
| Description | Computer spec : OS : windows 7 64bit VTK: 5.6.0 Version Display Card : NVIDIA Quadro FX 580 Monitor : ASUS VG236H with NVIDIA 3D Vision kit Problem description : I use VC2008 to code a program rendering stereo image for crystal eyes. The following is my code. //-------------------------------------------------------------------------- vtkDICOMImageReader *reader = vtkDICOMImageReader::New(); reader->SetDirectoryName("C:\\CT Image\\2"); reader->Update(); vtkOpenGLGPUVolumeRayCastMapper *RCMapper = vtkOpenGLGPUVolumeRayCastMapper::New(); RCMapper->SetInputConnection(reader->GetOutputPort()); RCMapper->SetBlendModeToMaximumIntensity(); RCMapper->SetMaxMemoryInBytes(1024*1024*1024); vtkVolume *RCVolume = vtkVolume::New(); RCVolume->SetMapper(RCMapper); vtkRenderer *renderer = vtkRenderer::New(); renderer->AddViewProp(RCVolume); renderer->SetBackground(0,0,0); vtkRenderWindow *renWin = vtkRenderWindow::New(); renWin->AddRenderer(renderer); renWin->SetStereoCapableWindow(1); renWin->StereoRenderOn(); renWin->SetStereoTypeToCrystalEyes(); renWin->StereoUpdate(); vtkRenderWindowInteractor *iren = vtkRenderWindowInteractor::New(); iren->SetRenderWindow(renWin); iren->Initialize(); iren->Start(); //--------------------------------------------------------------------------- The above code can render 3D image for Crystal eyes correctly. However, when i use the same code on Borland C++ Builder, the stereo mode doesn't work. Is it the vtkBorlandRenderWindow problem? How can i do to slove the issue? Does anyone meet the problem? Thanks Wallance Lin | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0037210) Kitware Robot (administrator) 2016-08-12 09:55 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2010-11-02 23:16 | Wallance Lin | New Issue | |
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
| 2016-08-12 09:55 | Kitware Robot | Note Added: 0037210 | |
| 2016-08-12 09:55 | Kitware Robot | Status | expired => closed |
| 2016-08-12 09:55 | Kitware Robot | Resolution | open => moved |
| 2016-08-12 09:55 | Kitware Robot | Assigned To | => Kitware Robot |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |