View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004770ParaView(No Category)public2007-04-02 19:012007-04-03 18:01
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004770: Opacity parameter not working
DescriptionThe opacity rendering parameter, set under "Style" in the Display panel, is not working. Opacity of 1.0 correctly shows opaque and 0.0 correctly shows nothing, but anything in between also shows completely opaque.

If you run on a machine that does not support depth peeling, you can tell that the z-buffer has been turned off, but the colors are not properly blended.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0007093)
Berk Geveci (administrator)
2007-04-03 09:52

We should enable depth peeling too.
(0007095)
Utkarsh Ayachit (administrator)
2007-04-03 10:29

Alpha was not passed to internal LUT. consequently color mapping didn't use vtkProperty alpha while rendering. Fixed that.

/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVLookupTable.cxx,v <-- vtkPVLookupTable.cxx
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVLookupTable.h,v <-- vtkPVLookupTable.h
new revision: 1.6; previous revision: 1.5
(0007096)
Utkarsh Ayachit (administrator)
2007-04-03 10:29

Depth peeling is already enabled.

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team