POV-Ray : Newsgroups : povray.advanced-users : povray output is not showing on php page : povray output is not showing on php page Server Time
26 Jun 2024 08:43:22 EDT (-0400)
  povray output is not showing on php page  
From: logic
Date: 13 Apr 2012 01:45:08
Message: <web.4f87bcf7c895e900a366f2fe0@news.povray.org>
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.

Thanks
logic


Post a reply to this message

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