home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / graphics / explorer / 162 < prev   
Encoding:
Text File  |  1992-08-20  |  1.9 KB  |  50 lines

  1. Newsgroups: comp.graphics.explorer
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!odin!fido!enigma.asd.sgi.com!gary
  3. From: gary@enigma.asd.sgi.com (Explorer Conscience)
  4. Subject: Re: HELP: Displace 1D Lat -> 2D?
  5. Message-ID: <oquc7a4@fido.asd.sgi.com>
  6. Sender: news@fido.asd.sgi.com (Usenet News Admin)
  7. Reply-To: gary@sgi.com
  8. Organization: Silicon Graphics Computer Systems, Mountain View, CA
  9. References:  <1992Aug20.122428.1193@ciit85.ciit.nrc.ca>
  10. Date: Thu, 20 Aug 1992 23:36:45 GMT
  11. Lines: 37
  12.  
  13. In article <1992Aug20.122428.1193@ciit85.ciit.nrc.ca>, Dick Jackson <Dick_Jackson@qm.ibd.nrc.ca> writes:
  14. |> Newsgroups: comp.graphics.explorer
  15. |> Subject: HELP: Displace 1D Lat -> 2D?
  16. |> From: Dick Jackson <Dick_Jackson@qm.ibd.nrc.ca>
  17.   ...
  18. |> 
  19. |> I have a 1D Lattice of values (intensity values of a spectrum), which
  20. |> I want to see as a curve in space.  The Help for DisplaceLat would
  21. |> make you think that it would have the same kind of effect as above,
  22. |> pushing the line into the 2nd dimension.
  23. |> 
  24.  
  25. There is a module called Mixer that will allow you to 
  26. constuct the coordinate portion of a lattice from the data/coordinate
  27. of an incoming lattice. You would do something like:
  28.  
  29. coord 0 -> coord 0        ! connect the incoming 1st coord array to X coords
  30. data 0 -> coord 1        ! connect the incoming 1st data array to Y coords
  31. none -> coord 2            ! don;t want any Z coords
  32. data -> data            ! connect all the incoming data to the output data
  33.  
  34. This module was on the SIGGRAPH Explorer CD for all attendees of the users group.
  35. If these aren't on the ftp sites yet, I would suspect they will be soon.
  36.  
  37. |> 
  38. |> Dick Jackson
  39. |> Institute for Biodiagnostics            National Research Council Canada
  40. |> Winnipeg, Manitoba                                 jackson@qm.ibd.nrc.ca
  41. |>                       Any opinions: Mine alone!
  42.  
  43. -- 
  44.  
  45. Gary Griffin            I just hope I'm still dreamin'
  46. gary@sgi.com            'cause if this is for real
  47.                 I'm gonna get very depressed
  48. Think WORLDWIDE        
  49.                         Howard T Duck
  50.