POV-Ray : Newsgroups : povray.binaries.images : Jaimes Box of Oranges : Re: Jaimes Box of Oranges Server Time
24 Jun 2026 17:26:19 EDT (-0400)
  Re: Jaimes Box of Oranges  
From: koppi
Date: 23 Jun 2026 13:40:00
Message: <web.6a3ac4c827d77b1fb4100fef199194f2@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> negatively scaling a given axis can often do the trick, eg '<-1,1,1>' to flip X,
> unsure about your situation.

Maybe I need to change the camera settings? - :

// Include file generated by Bullet Physics Playground
// 2026-06-23 19:33:14 by koppi
#declare use_focal_blur = 0; // 0=off 1=low quality 10=high quality

camera {
  location < -47.0793, 40.3916, -2.00584 >
  right - image_width/image_height*x
  look_at <816111, -576540, 37955.3>   angle 66.2759
  sky <0.576982, 0.816757, 0.000449072>
#if(use_focal_blur)
  aperture 0
  blur_samples 10*use_focal_blur
  focal_point <0, 0, 0>   confidence 0.9+(use_focal_blur*0.0085)
  variance 1/(2000*use_focal_blur)
#end
}


Post a reply to this message

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