|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
For Pyvon, I need to know how to force povray to output the streams to
the home of the user ?
I tried to use +GA~err.txt but it does not seem to work.
Thanks
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thu, 14 Nov 2002 21:52:28 +0100, fabien Henon wrote:
> For Pyvon, I need to know how to force povray to output the streams to
> the home of the user ?
>
> I tried to use +GA~err.txt but it does not seem to work.
how about +GA~/err.txt or +GA${HOME}/err.txt either way you need
the slash in there.
--
#local i=.1;#local I=(i/i)/i;#local l=(i+i)/i;#local ll=(I/i)/l;box{<-ll,
-((I/I)+l),-ll><ll,-l,ll>pigment{checker scale l}finish{ambient((I/l)/I)+
(l/I)}}sphere{<i-i,l-l,(I/l)>l/l pigment{rgb((I/l)/I)}finish{reflection((
I/l)/I)-(l/I)specular(I/l)/I}}light_source{<I-l,I+I,(I-l)/l>l/l} // Steve
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Steve wrote:
> On Thu, 14 Nov 2002 21:52:28 +0100, fabien Henon wrote:
>
>>For Pyvon, I need to know how to force povray to output the streams to
>>the home of the user ?
>>
>>I tried to use +GA~err.txt but it does not seem to work.
This one does not work ( is this syntax distribution independant ?)
>
>
> how about +GA~/err.txt or +GA${HOME}/err.txt either way you need
> the slash in there.
But this one works! Thanks a lot !
Fabien HENON
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
fabien Henon <fab### [at] caramailcom> wrote:
>>>I tried to use +GA~err.txt but it does not seem to work.
> This one does not work ( is this syntax distribution independant ?)
"~err.txt" means "the home directory of the user 'err.txt'", which
naturally doesn't exist.
"~/err.txt" means "the file 'err.txt' at my home directory".
--
#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
|
|
| |
| |
|
|
|
|
| |
|
|