home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!sgigate!sgi!fido!batman.asd.sgi.com!hwa
- From: hwa@batman.asd.sgi.com (John Hwa)
- Newsgroups: comp.graphics.explorer
- Subject: Re: VectorGen
- Message-ID: <1jnejhINNktl@fido.asd.sgi.com>
- Date: 22 Jan 93 00:20:01 GMT
- References: <1993Jan20.143702.3470@julian.uwo.ca> <1993Jan21.134454.14054@erenj.com>
- Organization: Silicon Graphics, Inc.
- Lines: 29
- NNTP-Posting-Host: batman.asd.sgi.com
-
- In article <1993Jan21.134454.14054@erenj.com>, srfergu@rufus.erenj.com (Scott Ferguson) writes:
- |> In article <1993Jan20.143702.3470@julian.uwo.ca>, lferjo@gfx.engga.uwo.ca (Lisa Ferjo) writes:
- |> |>
- |> |> I have a question about VectorGen. I read in 4 data variables using a dscribe
- |> |> module. By using ChannelSelect I use the 4th data variables to map specific
- |> |> colours onto my image. I want to use the first three variables as input
- |> |> to VectorGen. But I get the error:
- |> |> Type Mismatch: Input port "Input" of type cxLattice received
- |> |> unexpected data.
- |> |> INput port wants NUM data Variables : [1..3]
- |> |> incoming data is Num data Variables: 4
- |> |> Is there any way around this besides creating two dscribe modules, one to
- |> |> read in the values for colourmap and another for VectorGen.
- |> |>
- |> |> Thanks Lisa
- |>
- |> What you need is a module to extract a vector rather than a single channel,
- |> much like ChannelSelect. Looks like you'll need to write your own at this
- |> point, with mbuilder.
- |>
- |> Will there be a module like this in the standard 2.0 module set?
-
- One thing you can try is to build a dscribe module with 2 lattices
- defined in an output Explorer template. One lattice contains data
- from first three variables which can feed into VectorGen and the
- other lattice contains the 4th variable for color mapping purposes.
-
- John P. Hwa
- hwa@sgi.com
-