POV-Ray : Newsgroups : povray.advanced-users : povray output is not showing on php page : Re: povray output is not showing on php page Server Time
26 Jun 2024 08:37:27 EDT (-0400)
  Re: povray output is not showing on php page  
From: Le Forgeron
Date: 13 Apr 2012 02:33:04
Message: <4f87c8a0$1@news.povray.org>
Le 13/04/2012 07:44, logic nous fit lire :
> hi
> 
> $renderFile = 'test.pov';
> $width = 640;
> $height = 480;
> 
> passthru("/usr/pov/povray-3.6/povray {$renderFile} +A2 +W{$width} +H{$height}
> +UA +B1024 -FN", $content);
> 
> i am not able to get output result, when executing code in a php page.
> 

I do not know about 3.6, but in 3.7RC4 at least, -FN disables out to
file. +FN provides a png file.


Post a reply to this message

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