POV-Ray : Newsgroups : povray.unix : POV-ray problems under Linux : Re: POV-ray problems under Linux Server Time
28 Jul 2024 12:33:42 EDT (-0400)
  Re: POV-ray problems under Linux  
From: Warp
Date: 13 Sep 2001 04:59:32
Message: <3ba07574@news.povray.org>
Jeff Bonham <sil### [at] reconfignet> wrote:
: The +O option to x-povray tells it to send its standard output to the 
: named file.  The standard output is the messages that scroll when 
: x-povray runs.  To send the image output to first.tga, use +ofirst.tga.

  Why use the +O option at all? If anything, you will just shoot yourself
in the foot if you happen to specify a different file type name than what
povray is actually generating (eg. if povray generates a png image and you
save it as "first.tga", you'll end up having a png image named as a tga
image, and most programs will not work with that).
  Let povray save with the default name (which is the same name is the
.pov file but changing ".pov" with the proper image type).

: I don't have x-povray on my system, but if it is supposed to display an 
: image window by default

  POV-Ray doesn't show the image by default. You have to enable it with +d
(eg. in $HOME/.povrayrc).

-- 
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}//                     - Warp -


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.