List;<br><br>I&#39;ve come across &#39;odd&#39; 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&#39;s alpha value (in the lookup table) to 
0.0, it completely hides the green one, I would&#39;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&#39;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>