<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2715.400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#d8d0c8>
<DIV><SPAN class=490543923-16042002><FONT face=Arial color=#0000ff 
size=2>Carmen,</FONT></SPAN></DIV>
<DIV><SPAN class=490543923-16042002><FONT face=Arial color=#0000ff size=2>The 
code looks pretty good.</FONT></SPAN></DIV>
<DIV><SPAN class=490543923-16042002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=490543923-16042002><FONT face=Arial color=#0000ff size=2>The 
reason you are not seeing the volume when you move it is because you are 
using&nbsp;vtkLODProp3d.&nbsp; LOD stands for Level Of Detail.&nbsp; 
Basically,&nbsp;based on how fast your computer can render, vtkLODProp3D would 
choose the right object representation to draw.&nbsp; If your computer is not 
fast enough to do a volume rendering, then it choose the next level of detail, 
which in your case is the outline.&nbsp; When you render a single image, it was 
probably fast enough to redraw the image each time.&nbsp; When you have several 
images loaded, then your computer may not be able to keep up, therefore the 
outline is rendered instead.&nbsp;&nbsp;When you stop the mouse interaction, 
then&nbsp;vtk will render the entire volume, which will take some time. You 
should not be able to see both at the same time.</FONT></SPAN></DIV>
<DIV><SPAN class=490543923-16042002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=490543923-16042002><FONT face=Arial color=#0000ff 
size=2>Tony</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> bester 
  [mailto:bester@onetel.net.uk]<BR><B>Sent:</B> Tuesday, April 16, 2002 4:02 
  PM<BR><B>To:</B> vtkusers@public.kitware.com<BR><B>Subject:</B> [vtkusers] 
  VolumeRendering problem<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>I am using vtk3.2 and java. </FONT></DIV>
  <DIV><FONT face=Arial size=2>When I display one image, I can rotate it without 
  any problems. But when I load several images to output a volume, as soon as I 
  mouse over, the whole lot disappears.</FONT></DIV>
  <DIV><FONT face=Arial size=2>Can anyone explain why this might be 
  please.</FONT></DIV>
  <DIV><FONT face=Arial size=2>I have attached my code.</FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Thankyou in advance</FONT></DIV>
  <DIV><FONT face=Arial size=2>Carmen</FONT></DIV></BLOCKQUOTE></BODY></HTML>