POV-Ray : Newsgroups : povray.general : Anyone use Povray for things other than making images? : Re: Anyone use Povray for things other than making images? Server Time
31 Jul 2024 02:25:43 EDT (-0400)
  Re: Anyone use Povray for things other than making images?  
From: Alain
Date: 25 Jan 2008 11:23:18
Message: <479a0cf6$1@news.povray.org>
Tim Attwood nous apporta ses lumieres en ce 2008/01/24 22:18:
>> I was considering writing a webserver, except I don't know how to suppress 
>> all
>> the text that scrolls by upon program launch.
> 
> You would need to find a version of POV compiled
> with the splash removed to suppress all the windows on
> your server... I think the Linux version is that way.
> For the windows version you could do (from CMD)...
> 
> pvengine /EXIT +I"file.pov" -d -ga +W640 +H480
> 
> where -d turns off the render preview window,
> and -ga turns off the output to the message window,
> 
> and set the Options | Other Settings | Use Editor to
> off from inside POV to keep the editor from loading
> 
> but the splash screen and message startup will still show.
> 
> Of course you could set up a virtual PC and allow it
> to pop up whatever it wants, since you can hide everthing
> anyways. Crashes would be less likely to change anything
> important then too.
> http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx
> 
> 
> 
The splash only show once. So, after any operation, KEEP POV-Ray up and running.
NO /exit switch!

pvengine +I"file.pov" -d -ga +W640 +H480
or
pvengine /RENDER +I"file.pov" -d -ga +W640 +H480

-- 
Alain
-------------------------------------------------
To the world you may be one person, but to one person you may be the world.


Post a reply to this message

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