MantisBT - VTK
View Issue Details
0012588VTK(No Category)public2011-09-12 18:272013-07-22 19:44
Orhun Birsoy 
Marcus D. Hanwell 
normalminorhave not tried
closedfixed 
 
5.10.1 
TBD
incorrect functionality
0012588: vtkTextActor disappears when there is a vtkActor with BackfaceCullingOn
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.
No tags attached.
cpp Main.cpp (4,578) 2011-09-12 18:27
https://www.vtk.org/Bug/file/9023/Main.cpp
Issue History
2011-09-12 18:27Orhun BirsoyNew Issue
2011-09-12 18:27Orhun BirsoyFile Added: Main.cpp
2012-02-03 11:08guestNote Added: 0028024
2012-02-03 11:08guestStatusbacklog => todo
2012-02-04 14:06Marcus D. HanwellNote Added: 0028055
2012-02-04 14:06Marcus D. HanwellAssigned To => Marcus D. Hanwell
2012-02-04 14:06Marcus D. HanwellStatustodo => active development
2012-02-04 14:06Marcus D. HanwellResolutionopen => fixed
2012-02-04 14:07Marcus D. HanwellStatusactive development => gatekeeper review
2013-07-22 19:44Dave DeMarleStatusgatekeeper review => closed
2013-07-22 19:44Dave DeMarleFixed in Version => 5.10.1

Notes
(0028024)
guest   
2012-02-03 11:08   
http://review.source.kitware.com/#/t/27 [^] should fix this, and adds a new test.
(0028055)
Marcus D. Hanwell   
2012-02-04 14:06   
The patch was merged yesterday, and this should now be fixed.