MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0007236 | VTK | (No Category) | public | 2008-06-25 04:18 | 2013-04-05 19:57 |
Reporter | Julian Ibarz | ||||
Assigned To | David Cole | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | |||||
Type | |||||
Summary | 0007236: vtkOpenGLRenderWindow::SetRGBACharPixelData overwrite into the z-buffer | ||||
Description | When using vtkInteractorStyleRubberBandHelper3D (see example attached) the z-buffer is set entirely to the value 0. The reason is that vtkInteractorStyleRubberBandHelper3D use vtkOpenGLRenderWindow::SetRGBACharPixelData which do not only modify color as expected but also zbuffer. The write on z-buffer and the z-test must be desactivated (to be sure to overwrite on the color buffer) using : glDepthMask(GL_FALSE); glDisable(GL_DEPTH_TEST); I made a patch that fix this problem adding this two lines on the begin of the method and their opposites on the end. Best Regards. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://www.vtk.org/Bug/file/6559/zbuffer.patch ![]() https://www.vtk.org/Bug/file/6560/BugZBuffer.java | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2008-06-25 04:18 | Julian Ibarz | New Issue | |||
2008-06-25 04:18 | Julian Ibarz | File Added: zbuffer.patch | |||
2008-06-25 04:19 | Julian Ibarz | File Added: BugZBuffer.java | |||
2008-06-25 10:16 | Dave DeMarle | Note Added: 0012522 | |||
2008-08-12 14:34 | David Cole | Status | backlog => tabled | ||
2008-08-12 14:34 | David Cole | Assigned To | => David Cole | ||
2008-08-12 14:35 | David Cole | Status | tabled => @80@ | ||
2008-08-12 14:35 | David Cole | Resolution | open => fixed | ||
2008-08-12 14:35 | David Cole | Note Added: 0012992 | |||
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
2013-04-05 19:57 | Berk Geveci | Status | customer review => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|