View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012588VTK(No Category)public2011-09-12 18:272013-07-22 19:44
ReporterOrhun Birsoy 
Assigned ToMarcus D. Hanwell 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version5.10.1 
Summary0012588: vtkTextActor disappears when there is a vtkActor with BackfaceCullingOn
DescriptionWhen 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.
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Filescpp file icon Main.cpp [^] (4,578 bytes) 2011-09-12 18:27

 Relationships

  Notes
(0028024)
guest (viewer)
2012-02-03 11:08

http://review.source.kitware.com/#/t/27 [^] should fix this, and adds a new test.
(0028055)
Marcus D. Hanwell (developer)
2012-02-04 14:06

The patch was merged yesterday, and this should now be fixed.

 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


Copyright © 2000 - 2018 MantisBT Team