[vtkusers] (no subject)
David.Pont at ForestResearch.co.nz
David.Pont at ForestResearch.co.nz
Thu Oct 30 17:59:26 EST 2003
Julian,
I see vtkThresholdTextureCoords may be a better way to use transparency
to remove regions than vtkLookupTable, see the example texThresh.tcl.
regards
Dave P
|---------+---------------------------->
| | Julian Yu-Chung |
| | Chen |
| | <ycc at nchc.org.tw>|
| | Sent by: |
| | vtkusers-admin at vt|
| | k.org |
| | |
| | |
| | 30/10/2003 16:39 |
| | |
|---------+---------------------------->
>--------------------------------------------------------------------------------------------------------------------------------|
| |
| To: vtkusers at vtk.org |
| cc: |
| Subject: [vtkusers] (no subject) |
>--------------------------------------------------------------------------------------------------------------------------------|
Hi all,
I've got a data using dataset: StructuredPoints(with z_dimension 1)
with attribute data: scalars. And I will make it warp according to the
the scalar value, then making a surface in VTK. The pipeline is pretty
much like this:
vtkStructuredPoints(set with vtkDoubleArray in points being get) ->
vtkWarpScalar -> Mapper -> Actor
And now here's the question, some grid points in the dataset, have no
scalar values at all. I would call it undefined. But using the pipeline
mentioned above, the scalars not assigned with be filled with zeros,
then the final visualization will reflect as the number implies. Can I
make those grid point with undefined scalars, being left with 'holes'
in the final warped visualization? Or maybe any alternative pipeline
arrangements suggested?
Thanks in advance!
--
"Never ask a man what computer he uses. If it's a Mac, he'll tell you.
If it's
not, why embarass him?",
Tom Clancy
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at: <
http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list