[vtkusers] SetRGBTextureInput in Java Missing?
dsjen at cs.unc.edu
dsjen at cs.unc.edu
Tue Jun 24 13:34:00 EDT 2003
Hi Vtk Users,
Does anyone know if the SetRGBTextureInput method in vtkVolumeProperty
is missing from the Java wrapped version of vtk4.x? I saw it in the
man pages and in use in "The VTK User's Guide VTK 4.2" (page 126), but
it seems to be missing from the jar file (and class of
vtkVolumeRayCastMapper).
I checked the archives and didn't see anything about it, so my guess
is that it's there...somewhere...
Below is my segment of code that calls the method in question:
vtkVolumeProperty volumeProperty = new vtkVolumeProperty();
volumeProperty.SetScalarOpacity(opacityTransferFunction);
volumeProperty.ShadeOn();
volumeProperty.SetInterpolationTypeToLinear();
volumeProperty.SetRGBTextureCoefficient(1.0); // method can't be found
Thanks,
Dennis
More information about the vtkusers
mailing list