Re: slow friday
| Date : Fri, 20 Jan 2006 15:42:05 +0000 |
| To : XSI(at)Softimage.COM |
| From : Alan Jones <skyphyr(at)gmail.com> |
| Subject : Re: slow friday |
Though that still doesn't change we need to basics covered better.
Cheers,
Alan.
On 1/20/06, kim aldis <kim(at)cg-soup.com> wrote:
One of the annoyances of the intensity node is that it does just what you want - turns rgb into intensity - but then outputs an rgb instead of a scalar.We need more basic nodes. !!!!
From: owner-xsi(at)Softimage.COM [mailto:owner-xsi(at)Softimage.COM] On Behalf Of Alan Jones
Sent: 20-January-2006 15:24
To: XSI(at)Softimage.COM
Subject: Re: slow fridayyeah - I know what you mean - I've wanted one that just overwrites the alpha of an input a few times. I consider writing it as it's really simple. Then I decide I can't be arsed as it wouldn't be used often enough to justify 10 minutes of dev..... damn I'm lazy.
Grab the shader wizard in 5. It's in the plugins manager under the new entry.
call them inputColor of type color and inputAlpha of type scalar. The code you want is:
miColor color = *mi_eval_color(¶ms->inputColor);
miScalar alpha = *mi_eval_scalar(¶ms->inputAlpha);
*result = color;
result->a = alpha;
return miTRUE;
Cheers,
Alan.
On 1/20/06, Chris Marshall <chris(at)eclipsecreative.co.uk> wrote:yeah, but that takes 4 inputs!
I want two colour inputs, one for the rgb, the other (which is a black and white rgb image) for the alpha.
Stefan Andersson wrote:Color_Channels -> RGBA_Combine
regards
stefan andersson
On 1/20/06, Chris Marshall <chris(at)eclipsecreative.co.uk> wrote:
Hi All,
Brain not working here.
In the render tree, I have two rgb sources. I want to combine these so
that the first becomes the rgb and the second becomes the alpha of the
combined rgba colour. How do I do this without using any of the
Illumination nodes ie. Phong, Lambert etc?
This is probably a stupid question, so sorry in advance!
Thanks
Chris
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi
--
________________________________________________________________________
http://stefan.sanders3d.com/
http://os3d.blogspot.com/ --- Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi
--- Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body: unsubscribe xsi
- Follow-Ups:
- RE: slow friday
- From: "kim aldis" <kim(at)cg-soup.com>
- RE: slow friday
- References:
- Re: slow friday
- From: Alan Jones <skyphyr(at)gmail.com>
- RE: slow friday
- From: "kim aldis" <kim(at)cg-soup.com>
- Re: slow friday
| DATE: | << | >> | THREAD: | << | >> | INDEX: | Main | Thread |
|---|
- Previous by Date: Re: softimage and flash
- Next by Date: Re: softimage and flash
- Previous by Thread: Re: softimage and flash
- Next by Thread: Re: softimage and flash
- Index(es):
| Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available. |