[vtk-developers] [VTK 0012588]: vtkTextActor disappears when there is a vtkActor with BackfaceCullingOn
Mantis Bug Tracker
mantis at public.kitware.com
Mon Sep 12 18:27:51 EDT 2011
The following issue has been SUBMITTED.
======================================================================
http://www.vtk.org/Bug/view.php?id=12588
======================================================================
Reported By: Orhun Birsoy
Assigned To:
======================================================================
Project: VTK
Issue ID: 12588
Category: (No Category)
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: backlog
Project: TBD
Type: incorrect functionality
======================================================================
Date Submitted: 2011-09-13 00:27 WAST
Last Modified: 2011-09-13 00:27 WAST
======================================================================
Summary: 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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-09-13 00:27 Orhun Birsoy New Issue
2011-09-13 00:27 Orhun Birsoy File Added: Main.cpp
======================================================================
More information about the vtk-developers
mailing list