|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
This is just to make more clear what I mean here:
http://news.povray.org/web.421544136878739221c474120%40news.povray.org
I'm looking for a camera definition to make nr 4 look like nr 2, i.e. green
up.
Post a reply to this message
Attachments:
Download 'sphericalodd.png' (3 KB)
Preview of image 'sphericalodd.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Elias Pschernig wrote:
> This is just to make more clear what I mean here:
> http://news.povray.org/web.421544136878739221c474120%40news.povray.org
>
> I'm looking for a camera definition to make nr 4 look like nr 2, i.e. green
> up.
>
>
> ------------------------------------------------------------------------
>
have you tried dir -y iso. dir -z?
--
Maurice
http://get-me.to/Hendrix
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GEd-s+:+aC++UL+PL+E-W++N++o--K-
wO---M-VPS+PEY+PGPt++++5--XRtv+
b+DI+D--Ge++h----y++++
------END GEEK CODE BLOCK------
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> I'm looking for a camera definition to make nr 4 look like nr 2, i.e.
green
> up.
I think you might be looking for the fisheye camera. This should do it:
camera {
fisheye
angle 360
rotate 180*z // or maybe you want scale <1,-1,1>
}
- Slime
[ http://www.slimeland.com/ ]
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> I think you might be looking for the fisheye camera. This should do it:
Oh wait, you already know about the fisheye camera. So what are you asking?
You can't get image number 4 to look like image number 2 with the spherical
camera; it produces a different type of image.
- Slime
[ http://www.slimeland.com/ ]
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Slime" <fak### [at] emailaddress> wrote:
> > I think you might be looking for the fisheye camera. This should do it:
>
>
> Oh wait, you already know about the fisheye camera. So what are you asking?
> You can't get image number 4 to look like image number 2 with the spherical
> camera; it produces a different type of image.
Yes, I meant, it should show the same sides at the same sides as in the
other.. but I already got an answer in p.g. - simply using look_at instead
of direction fixes it in this case as well as my other scene. Looks like
there's some small inconsistency between the spherical camera type and the
docs, or I don't fully understand how spherical projection works.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |