POV-Ray : Newsgroups : povray.newusers : povray 3.7 does not give me a preview window, while 3.6 does : Re: povray 3.7 does not give me a preview window, while 3.6 does Server Time
29 Apr 2024 09:27:25 EDT (-0400)
  Re: povray 3.7 does not give me a preview window, while 3.6 does  
From: clipka
Date: 25 Jul 2014 02:09:34
Message: <53d1f49e$1@news.povray.org>
Am 25.07.2014 01:58, schrieb wealthychef:
> Hi, I'm using a render script as follows.  When I run it using povray 3.6, it
> shows a preview display window, which is what I obviously want when I set
> Display=On and use +D on the command line.  With povray 3.7, I do not get a
> display window.  Has something changed?
> Thanks
>
> cat <<EOF >tmpy.ini
> Output_File_Type=n
> Verbose=On
> Pause_when_done=Off
> Start_Row=0.0
> End_Row=1.0
> Video_Mode=1
> Display=On
> Antialias=On
> Antialias_Threshold=0.99
> Sampling_Method=2
> Declare=Shadows=1
> ;; Declare=camPath=1
> EOF
>
> povray3.7 -Itmpy.ini +H${height} +W${width} $debug  +D  +SP256 +P myfile.pov

 From the above code I presume you're using the Linux version of POV-Ray.

Make sure that before you build POV-Ray, the SDL (Simple DirectMedia 
Layer) library development package (SDL-dev I guess) is installed on 
your computer. If this is not the case, POV-Ray cannot build with 
preview window support.

As for POV-Ray 3.6, my guess is that you might have obtained it as a 
pre-built binary with the SDL library linked statically.


Post a reply to this message

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