MantisBT - VTK |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012588 | VTK | (No Category) | public | 2011-09-12 18:27 | 2013-07-22 19:44 |
|
Reporter | Orhun Birsoy | |
Assigned To | Marcus D. Hanwell | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 5.10.1 | |
Project | TBD |
Type | incorrect functionality |
|
Summary | 0012588: vtkTextActor disappears when there is a vtkActor with BackfaceCullingOn |
Description | When there is a vtkActor with BackfaceCullingOn drawn just before a vtkTextActor than the vtkTextActor disappears.
This due to GL_CULL_FACE state is leaked (set in vtkProperty::Render) to the next vtkTextActor render state.
See the attached example. When you press 'n' which changes the culling setting of the 2nd sphere, the text disappears. 'b' changes the culling of the first sphere.
|
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | Main.cpp (4,578) 2011-09-12 18:27 https://www.vtk.org/Bug/file/9023/Main.cpp |
|
Issue History |
Date Modified | Username | Field | Change |
2011-09-12 18:27 | Orhun Birsoy | New Issue | |
2011-09-12 18:27 | Orhun Birsoy | File Added: Main.cpp | |
2012-02-03 11:08 | guest | Note Added: 0028024 | |
2012-02-03 11:08 | guest | Status | backlog => todo |
2012-02-04 14:06 | Marcus D. Hanwell | Note Added: 0028055 | |
2012-02-04 14:06 | Marcus D. Hanwell | Assigned To | => Marcus D. Hanwell |
2012-02-04 14:06 | Marcus D. Hanwell | Status | todo => active development |
2012-02-04 14:06 | Marcus D. Hanwell | Resolution | open => fixed |
2012-02-04 14:07 | Marcus D. Hanwell | Status | active development => gatekeeper review |
2013-07-22 19:44 | Dave DeMarle | Status | gatekeeper review => closed |
2013-07-22 19:44 | Dave DeMarle | Fixed in Version | => 5.10.1 |