home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / graphics / avs / 1046 < prev    next >
Encoding:
Text File  |  1992-12-31  |  2.0 KB  |  43 lines

  1. Newsgroups: comp.graphics.avs
  2. Path: sparky!uunet!cs.utexas.edu!asuvax!ncar!netnews.whoi.edu!news
  3. From: wes@ux6.lbl.gov (Wes Bethel)
  4. Subject: Re: Handling of "missing" or "special values"
  5. Message-ID: <1992Dec31.132211.23208@netnews.whoi.edu>
  6. Sender: news@netnews.whoi.edu
  7. Organization: U.S. Geological Survey, Woods Hole, MA
  8. References: <1992Dec30.150955.18683@netnews.whoi.edu+ <1ht21uINN1ui@overload.lbl.gov>
  9. Date: Thu, 31 Dec 92 13:22:11 GMT
  10. Lines: 31
  11.  
  12. In article <1ht21uINN1ui@overload.lbl.gov> wes@ux6.lbl.gov (Wes Bethel) writes:
  13.  
  14. >In article <1992Dec30.150955.18683@netnews.whoi.edu+ rsignell@crusty.er.usgs.gov (Richard P. Signell) writes:
  15.  
  16. >+Is there a way to tell isosurface to ignore missing or special
  17. >+values in a 3D grid?  Setting missing values to zero or some
  18. >+other value does *not* have the desired affect.
  19.  
  20. >The power of the "marching cubes" (tm) (blech) algorithm is that it
  21. >breaks a big problem into  a bunch of little problems.  The little
  22. >problem is to find where the surface of interest intersect the (possibly
  23. >twisted) hexahedron that you're looking at.
  24. >
  25. >The absolute best you can do, using marching cubes that is, is to use 
  26. >your judgement to provide data values where there are none.  I guess 
  27. >you've tried some of the crusty interpolation modules which are 
  28. >available, only to have land crop up in the middle of the ocean ;-). 
  29.  
  30. In fact, this is how I currently deal with the situation: I provide 
  31. data values where there are none, making the data value equal to the
  32. neighboring *good* point.  This way isosurface can't put a surface 
  33. between the *special value* point and the *good* point.
  34.  
  35. I was hoping for something better, but thanks to the explanation about
  36. how isosurface works, I now understand why it's a problem.
  37.  
  38. --
  39. Rich Signell               |  rsignell@crusty.er.usgs.gov
  40. U.S. Geological Survey     |  (508) 457-2229  |  FAX (508) 457-2310
  41. Quissett Campus            |  " When marriage is outlawed, 
  42. Woods Hole, MA  02543      |    only outlaws will have inlaws. "
  43.