POV-Ray : Newsgroups : povray.general : Camera in union? : SV: Camera in union? Server Time
10 Aug 2024 21:05:29 EDT (-0400)
  SV: Camera in union?  
From: Peter Hertel
Date: 31 Oct 1999 08:58:25
Message: <381c4b01@news.povray.org>
Don't think so.. it doesn't work out...
You could #declare the head locations in something like this (don't know if
it correctly written, haven't tested it out)

#declare Location = <0,5,0>;

camera{
location {Location}
look_at {Loaction+z*2}      (is this right?)
}
sphere{Location ,1 pigment {White}

I think you can make something similar with a rotate statement.

| Is it possible to include a camera statement in a union?
| I want to place the camera in the head of a figure, but
| POV gives an error for this.
| I am using POVray 3.1g for Windows.
|


Post a reply to this message

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