POV-Ray : Newsgroups : povray.beta-test : Camera transform bug : Camera transform bug Server Time
31 Jul 2024 04:25:04 EDT (-0400)
  Camera transform bug  
From: Rune
Date: 9 Sep 2001 06:41:00
Message: <3b9b473c@news.povray.org>
According to section 6.3.4  Transform Identifiers of the documentation,
transformations can be invoked with or without brackets. However, when used
in cameras it doesn't work with brackets:

#declare T = transform {scale 2 translate 2*z}
sphere {0, 1 transform  T  }
sphere {0, 1 transform {T} }
camera {location 0 transform  T  }
camera {location 0 transform {T} }

I'm using POV-Ray 3.5 beta 1
on a P150, 16MB RAM
Windows 95  4.00.450 B  IE 5 5.00.2919.6307

Rune
--
3D images and anims, include files, tutorials and more:
Rune's World:    http://rsj.mobilixnet.dk (updated June 26)
POV-Ray Users:   http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Webring: http://webring.povray.co.uk


Post a reply to this message

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