|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Does anybody know where I can get a good glow tutorial( tried the one's
from Chris's page could not get them to work).
Brian
--
Southern Cross Akitas (SCA)
Lois & Brian Bivolcic
Pampa, Tx
http://www.centramedia.com/bivolcic
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3A1C89A7.CDCC29CB@popampa.com>, Brian & Lois Bivolcic
<biv### [at] popampacom> wrote:
> Does anybody know where I can get a good glow tutorial( tried the one's
> from Chris's page could not get them to work).
I didn't know they needed a tutorial...the basic syntax is very simple:
glow {
location LOCATION// the location of the glow center
color COLOR// Do I have to explain this?
type TYPE// Use 0 or 1 right now
warp {WARP}// this adds unevenness to the glow effect
TRANSFORMS// You can rotate and translate glows. Scale and matrix
will also work, but be aware that these only move the center and do not
affect the shape of the glow.
}
Also, did you try looking at the demo scenes to see what you were doing
wrong?
--
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/
<><
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Brian & Lois Bivolcic wrote:
>
> Does anybody know where I can get a good glow tutorial( tried the one's
> from Chris's page could not get them to work).
>
> Brian
I have some sample renderings with varying parameters on my site:
http://www.schunter.etc.tu-bs.de/~chris/raytracing.html
Otherwise things are not very complicated, so just try it out (and check
the sample scenes as Chris mentioned)
Christoph
--
Christoph Hormann <chr### [at] gmxde>
Homepage: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thanks all
Brian
--
Southern Cross Akitas (SCA)
Lois & Brian Bivolcic
Pampa, Tx
http://www.centramedia.com/bivolcic
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Chris Huff" <chr### [at] maccom> wrote in message news:chrishuff->
<snip>
> TRANSFORMS// You can rotate and translate glows. Scale and matrix
> will also work, but be aware that these only move the center and do not
> affect the shape of the glow.
Have I missed something? I thought you could NOT translate glows. It's never
worked when I've tried it before.
Andy Cocker
---------------------------------------------------------------
www.mariner9.net
..... for my music and graphics.
---------------------------------------------------------------
'I spilled spot remover on my dog. He's gone now. '
'I went to a restaurant that serves "breakfast at any time."
So I ordered french toast during the Renaissance. '
- Steven Wright.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Andy Cocker <big### [at] mariner9fsnetcouk> wrote:
: Have I missed something? I thought you could NOT translate glows. It's never
: worked when I've tried it before.
You can't translate the glows from outside, only from inside the glow
block.
An awful limitation, but that's how it is right now (hopefully not for
too long).
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3a1ddafb@news.povray.org>, "Andy Cocker"
<big### [at] mariner9fsnetcouk> wrote:
> Have I missed something? I thought you could NOT translate glows.
> It's never worked when I've tried it before.
You can transform them directly, but they will not transform if you
attach them to an object or light_source and transform that. I am
working on fixing that, but it isn't an easy thing to fix.
--
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/
<><
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |