|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I've been testing my texture editor with Pov 3.1 and I've gome across a very
puzzling
problem. If I specify an output file name then I get a file init error from
pov, even if
the filename is exactly what the default one would be. I'm sure this is
something
specific to win 2000/XP as I never had this problem in Win 95. see below for
the full command line
Does anyone else remember having this problem? Is there a solution?
D:\Graphics\POV-Ray for Windows v3.1\bin\pvengine.exe /RENDER
"D:\Develop\VB98\TexEdit\Example1.pov" +H200 +W200 +FS
Output_File_Name="D:\Develop\VB98\TexEdit\Result.bmp" /EXIT +GFerr.txt
Gail
--
#macro G(H,S)disc{0z.4pigment{onion color_map{[0rgb<sin(H/pi)cos(S/pi)*(H<6)
cos(S/pi)*(H>6)>*18][.4rgb 0]}}translate<H-5S-3,9>}#end G(3,5)G(2,5.5)G(1,5)
G(.6,4)G(.5,3)G(.6,2)G(1,1)G(2,.5)G(3,.7)G(3.2,1.6)G(3.1,2.5)G(2.2,2.5)G(9,5
)G(8,5.5)G(7,5)G(7,4)G(7.7,3.3)G(8.3,2.7)G(9,2)G(9,1)G(8,.5)G(7,1)///GS
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3cced905@news.povray.org> , "Gail Shaw" <gai### [at] mwebcoza>
wrote:
> Does anyone else remember having this problem? Is there a solution?
You cannot use quotes around file path specifications in POV-Ray 3.1. Use the
DOS style name instead.
Thorsten
____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg
I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3ccf0cd2@news.povray.org...
> In article <3cced905@news.povray.org> , "Gail Shaw" <gai### [at] mwebcoza>
> wrote:
>
> > Does anyone else remember having this problem? Is there a solution?
>
> You cannot use quotes around file path specifications in POV-Ray 3.1. Use
the
> DOS style name instead.
>
Thanks very much
Gail
--
#macro G(H,S)disc{0z.4pigment{onion color_map{[0rgb<sin(H/pi)cos(S/pi)*(H<6)
cos(S/pi)*(H>6)>*18][.4rgb 0]}}translate<H-5S-3,9>}#end G(3,5)G(2,5.5)G(1,5)
G(.6,4)G(.5,3)G(.6,2)G(1,1)G(2,.5)G(3,.7)G(3.2,1.6)G(3.1,2.5)G(2.2,2.5)G(9,5
)G(8,5.5)G(7,5)G(7,4)G(7.7,3.3)G(8.3,2.7)G(9,2)G(9,1)G(8,.5)G(7,1)///GS
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|