MantisBT - ParaView
View Issue Details
0002703ParaView(No Category)public2006-01-09 18:292010-01-19 12:35
Alan Scott 
Utkarsh Ayachit 
lowfeaturealways
closedfixed 
 
 
0002703: SNL: enhancement: Hidden line removal for backface surfaces
A request has been made for another mode under the display tab, Display Style, Representation:. It would be nice to have "Wireframe, remove hidden lines" or somesuch. Basically, glPolymode lines, backface cull.
No tags attached.
related to 0009881closed Kitware Robot Feature - cleaner backface cull with wireframe 
Issue History
2009-12-09 14:51Berk GeveciProject@3@ => ParaView
2009-12-09 21:30Berk GeveciAssigned ToBerk Geveci => Utkarsh Ayachit
2009-12-09 21:31Berk GeveciNote Added: 0018774
2009-12-09 22:21Utkarsh AyachitNote Added: 0018786
2009-12-10 12:44Ken MorelandNote Added: 0018801
2010-01-18 22:36Alan ScottRelationship addedduplicate of 0009881
2010-01-19 12:34Alan ScottNote Added: 0019194
2010-01-19 12:34Alan ScottStatustabled => closed
2010-01-19 12:35Alan ScottResolutionopen => fixed
2010-01-19 12:35Alan ScottRelationship deleted0009881
2010-01-19 12:35Alan ScottRelationship addedrelated to 0009881
2011-06-16 13:09Zack GalbreathCategory => (No Category)

Notes
(0004360)
Berk Geveci   
2006-06-26 16:27   
If this can be done quickly, do it. Otherwise defer.
(0005267)
Berk Geveci   
2006-10-05 15:03   
OpenGL guys will be very busy with volume rendering and depth peeling before the release. I am deferring this until later.
(0005429)
Alan Scott   
2006-10-16 14:51   
This is an important feature requestbut is probably not critical It is one of the major differences between ParaView and EnSight (i.e., ParaView weaknesses). Lack of this feature causes a major performance hit, and can make wire frame meshes a mess.
(0018774)
Berk Geveci   
2009-12-09 21:31   
VisIt does this too. We should figure out whether it can be done without using fancy GLSL stuff. Otherwise, let's use the code from VTKEdge.
(0018786)
Utkarsh Ayachit   
2009-12-09 22:21   
Code from VTKEdge is already available as a Example plugin. The only reason why it's not standard plugin is because it doesn't work in parallel. That needs some work.
(0018801)
Ken Moreland   
2009-12-10 12:44   
This is not exactly the same thing, but there is an option to cull back (or front) faces. Thus, you could turn on wireframe and cull back faces. IF your data is manifold you get a result that is close to what you describe. You should check to see if this satisfies the point of this request.
(0019194)
Alan Scott   
2010-01-19 12:34   
Closing since the current Backface Style controls are good enough.