<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=341360521-06032007><FONT face=Arial 
color=#0000ff size=2>Update on transparency.&nbsp; It is currently expected that 
2.6.1 will NOT have this code in it.&nbsp; It will be in 3.0</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=341360521-06032007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=341360521-06032007><FONT face=Arial 
color=#0000ff size=2>Alan Scott</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Scott, W Alan <BR><B>Sent:</B> Wednesday, 
February 28, 2007 1:18 PM<BR><B>To:</B> 'William Hunter'; 
paraview@paraview.org<BR><B>Subject:</B> RE: [Paraview] Error: Transparent 
objects actually solid?<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><SPAN class=773051520-28022007><FONT face=Arial 
color=#0000ff size=2>This is expected behavior in ParaView 2.6.&nbsp; It is 
because we are z-buffer depth sorting.&nbsp; The correct thing to do is to draw 
all items in the order of back to front.&nbsp; This code that implements this is 
currently expected to be in ParaView 2.6.1, which should be out in a month or 
so.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=773051520-28022007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=773051520-28022007><FONT face=Arial 
color=#0000ff size=2>Alan Scott</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> 
paraview-bounces+wascott=sandia.gov@paraview.org 
[mailto:paraview-bounces+wascott=sandia.gov@paraview.org] <B>On Behalf Of 
</B>William Hunter<BR><B>Sent:</B> Wednesday, February 28, 2007 12:58 
PM<BR><B>To:</B> paraview@paraview.org<BR><B>Subject:</B> [Paraview] Error: 
Transparent objects actually solid?<BR></FONT><BR></DIV>
<DIV></DIV>List;<BR><BR>I've come across 'odd' behaviour when objects are 
transparent:&nbsp;An&nbsp;object&nbsp;with&nbsp;an&nbsp;alpha&nbsp;value&nbsp;&lt; 
1.0 can hide another transparent. The file below contains two cubes, blue and 
green. The blue cube is visible through the green cube, but not vice versa (if 
you rotate). Also, if I set the blue cube's alpha value (in the lookup table) to 
0.0, it completely hides the green one, I would've expected to see the green 
cube since the blue one is transparent (?)<BR><BR>The only way to get around 
this is to set the opacity value to anything &lt; 1.00 in the Object Inspector 
(Display/Style), then it works, which is probably OK, but it's freaking me 
out... This is for ParaView 2.6 and&nbsp;alpha 3.<BR><BR>Is this the intended 
behaviour? If not, what gives?<BR><BR># vtk DataFile Version 2.0<BR>Really 
freaky data<BR>ASCII<BR>DATASET UNSTRUCTURED_GRID<BR>POINTS 16 int<BR>0 0 0<BR>1 
0 0<BR>1 1 0<BR>0 1 0 <BR>0 0 1<BR>1 0 1<BR>1 1 1<BR>0 1 1<BR>2 0 0<BR>3 0 
0<BR>3 1 0<BR>2 1 0<BR>2 0 1<BR>3 0 1<BR>3 1 1<BR>2 1 1<BR>CELLS 2 18<BR>8 0 1 2 
3 4 5 6 7<BR>8 8 9 10 11 12 13 14 15<BR>CELL_TYPES 2<BR>12 12<BR>CELL_DATA 
2<BR>SCALARS Blue_and_Green int 1 <BR>LOOKUP_TABLE colr-trspcy_table<BR>0 
1<BR>LOOKUP_TABLE colr-trspcy_table 2<BR>0.0 0.0 1.0 0.75<BR>0.0 1.0 0.0 
0.75<BR><BR>Thanks, William.<BR></BODY></HTML>