|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I have a white background "background { color White }" I want to make it
transparent, I have trayed with this: "background { rgb <1, 1, 1> }" but I
doesn't turn transparent. I have found it on the help file but I couldn't
see nothing of the kind. Any ideas?
Thanks in advance,
Oleguer
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 18 Aug 2004 09:22:06 +0200, "Oleguer Vilella"
<ole### [at] infonegociocom> wrote:
> I have a white background "background { color White }" I want to make it
> transparent, I have trayed with this: "background { rgb <1, 1, 1> }"
color White is equal to rgb <1,1,1>
> but I
> doesn't turn transparent. I have found it on the help file but I couldn't
> see nothing of the kind. Any ideas?
You have to turn transparency of background with option passed in command
line. This is described in manual in subchapter named "Output File Type". If
there would be anything you still do not understand, feel free to ask.
BTW: please use something useful for the subject in the future. Thanks in
advance.
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Oleguer Vilella <ole### [at] infonegociocom> wrote:
> I have a white background "background { color White }" I want to make it
> transparent
Transparent background is not specified in the scene file but in
the command-line options, using the option +ua (ie. "use alpha").
This can be written in the command-line text field in the windows
version or a proper .ini file (or if you are using a command-line
version of POV-Ray, then of course right in the command line).
Note that in order for POV-Ray to be able to save the alpha channel
to the image file, you have to use a format which supports alpha channel,
such as for example PNG.
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yes I'm sorry I have forgotten the subject.
I have read the "output_file_type" it looks like difficult. Where I have to
put this, in the background? "background { ??? }" I only want a transparent
background not configure my graphic target.
news:ml26i0dc5ldd2ila67fa1s1nqn9mifb87q@4ax.com...
> On Wed, 18 Aug 2004 09:22:06 +0200, "Oleguer Vilella"
> <ole### [at] infonegociocom> wrote:
> > I have a white background "background { color White }" I want to make it
> > transparent, I have trayed with this: "background { rgb <1, 1, 1> }"
>
> color White is equal to rgb <1,1,1>
>
> > but I
> > doesn't turn transparent. I have found it on the help file but I
couldn't
> > see nothing of the kind. Any ideas?
>
> You have to turn transparency of background with option passed in command
> line. This is described in manual in subchapter named "Output File Type".
If
> there would be anything you still do not understand, feel free to ask.
>
> BTW: please use something useful for the subject in the future. Thanks in
> advance.
>
> ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 18 Aug 2004 10:19:44 +0200, "Oleguer Vilella"
<ole### [at] infonegociocom> wrote:
> Where I have to
> put this, in the background? "background { ??? }"
Mentioned subchapter is enclosed in chapter about POV-Ray options. Those
options can be located in command line when POV-Ray is launched and/or in
ini-file readed prior parsing/rendering your scene and/or in platform specific
place like command-line in toolbar in Windows port.
Try to browse manual, this is way to wide subject to be explained in simple
post.
> I only want a transparent
> background not configure my graphic target.
I do not know what do you mean as "graphic target", but you cannot have
transparent background if you do not have transparency/aplha support in file
format you are rendering into.
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"You may turn this option on with Output_Alpha=on or +UA. The default is off
or -UA."
I don't understand where I have to activate it.
=====================================
background { White }
camera {location <170, -11, -110>look_at <180, -15, -16>}
light_source { <170, -30, -100> color White}
=====================================
I'm sorry.
news:41230fdb@news.povray.org...
> Oleguer Vilella <ole### [at] infonegociocom> wrote:
> > I have a white background "background { color White }" I want to make it
> > transparent
>
> Transparent background is not specified in the scene file but in
> the command-line options, using the option +ua (ie. "use alpha").
> This can be written in the command-line text field in the windows
> version or a proper .ini file (or if you are using a command-line
> version of POV-Ray, then of course right in the command line).
>
> Note that in order for POV-Ray to be able to save the alpha channel
> to the image file, you have to use a format which supports alpha channel,
> such as for example PNG.
>
> --
> #macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb
x]
> [1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
> -1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// -
Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> "You may turn this option on with Output_Alpha=on or +UA. The default is
off
> or -UA."
> I don't understand where I have to activate it.
Not in your .pov file. I assume you're running POV-Ray for Windows, in which
the correct place to put "+UA" is the textbox next to the drop down on the
upper left of the program. This should also be to the left of the "POV-Win"
toolbar button.
- Slime
[ http://www.slimeland.com/ ]
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Oh, yes, in the textbox wich is placed after the resolution box.
Thank you, best regards,
Oleguer
http://www.infonegocio.com/oleguervm
news:41231d19@news.povray.org...
> > "You may turn this option on with Output_Alpha=on or +UA. The default is
> off
> > or -UA."
> > I don't understand where I have to activate it.
>
> Not in your .pov file. I assume you're running POV-Ray for Windows, in
which
> the correct place to put "+UA" is the textbox next to the drop down on the
> upper left of the program. This should also be to the left of the
"POV-Win"
> toolbar button.
>
> - Slime
> [ http://www.slimeland.com/ ]
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 18 Aug 2004 12:18:46 +0200, "Oleguer Vilella"
<ole### [at] infonegociocom> wrote:
> Oh, yes, in the textbox wich is placed after the resolution box.
click on this box so caret appears there and hit F1. Chapter about its
functionality should appear.
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yes, Ok. It appears the help file.
Thank you ABX
news:9qb6i0p3u83ocf4tnfdqecdfmijis2a8sj@4ax.com...
> On Wed, 18 Aug 2004 12:18:46 +0200, "Oleguer Vilella"
> <ole### [at] infonegociocom> wrote:
> > Oh, yes, in the textbox wich is placed after the resolution box.
>
> click on this box so caret appears there and hit F1. Chapter about its
> functionality should appear.
>
> ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |