POV-Ray : Newsgroups : povray.binaries.images : An Iittala glass Server Time
17 Aug 2024 08:18:41 EDT (-0400)
  An Iittala glass (Message 1 to 10 of 13)  
Goto Latest 10 Messages Next 3 Messages >>>
From:
Subject: An Iittala glass
Date: 25 Oct 2001 10:46:22
Message: <3bd825be@news.povray.org>
Hi,

This is what a glass by Iittala (a Finnish glasscompany) looks like. Well
not exactly, but close. I think it would look better if I got rid of the
perspective thing(?). The glass is a cone, but not that much. I'm not
familiar with those right, up, direction etc. in the camera. I always get
weird results. Any advice?

This is the camera in the scene:
camera {
  right x*image_width/image_height
  location  <-0.4,7.5,-6>
  look_at   <-0.4,1.5,0>
}

Ari-Matti


Post a reply to this message


Attachments:
Download 'glass.jpg' (19 KB)

Preview of image 'glass.jpg'
glass.jpg


 

From: Philippe Debar
Subject: Re: An Iittala glass
Date: 25 Oct 2001 11:03:07
Message: <3BD8377D.5050808@yahoo.fr>


> Hi,
> 
> This is what a glass by Iittala (a Finnish glasscompany) looks like. Well
> not exactly, but close. I think it would look better if I got rid of the
> perspective thing(?). The glass is a cone, but not that much. I'm not
> familiar with those right, up, direction etc. in the camera. I always get
> weird results. Any advice?



This should help if I understood your problem correctly (and made no 
error) :

#declare Vertigo=3; /* the more vertigo, the less perspective (zooms in 
and set the camera farther */

camera {
  right x*image_width/image_height
  location  (<-0.4,7.5,-6>-<-0.4,1.5,0>)*Vertigo

   direction Vertigo*z

  look_at   0

   translate <-0.4,1.5,0>

}



Philippe


Post a reply to this message

From: Christoph Hormann
Subject: Re: An Iittala glass
Date: 25 Oct 2001 11:53:04
Message: <3BD8355E.100A4A36@gmx.de>

> 
> Hi,
> 
> This is what a glass by Iittala (a Finnish glasscompany) looks like. Well
> not exactly, but close. I think it would look better if I got rid of the
> perspective thing(?). The glass is a cone, but not that much. I'm not
> familiar with those right, up, direction etc. in the camera. I always get
> weird results. Any advice?
> 
> This is the camera in the scene:
> camera {
>   right x*image_width/image_height
>   location  <-0.4,7.5,-6>
>   look_at   <-0.4,1.5,0>
> }
> 

You will have to use a smaller camera angle (or longer direction vector)
and at the same time put the camera further away.

Nice picture BTW, haow about trying some photons?

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

From: Shay
Subject: Re: An Iittala glass
Date: 25 Oct 2001 14:30:46
Message: <3bd85a56$1@news.povray.org>
I like this very much. Any chance of getting the code? I would like to run a
1024x768 size with photons for walpaper.  Thanks


news:3bd825be@news.povray.org...
> Hi,
>
> This is what a glass by Iittala (a Finnish glasscompany) looks like. Well
> not exactly, but close. I think it would look better if I got rid of the
> perspective thing(?). The glass is a cone, but not that much. I'm not
> familiar with those right, up, direction etc. in the camera. I always get
> weird results. Any advice?
>
> This is the camera in the scene:
> camera {
>   right x*image_width/image_height
>   location  <-0.4,7.5,-6>
>   look_at   <-0.4,1.5,0>
> }
>
> Ari-Matti
>
>
>
>


Post a reply to this message

From:
Subject: Re: An Iittala glass
Date: 25 Oct 2001 15:17:44
Message: <3bd86558@news.povray.org>
"Christoph Hormann" <chr### [at] gmxde> wrote in message
news:3BD8355E.100A4A36@gmx.de...

> You will have to use a smaller camera angle (or longer direction vector)
> and at the same time put the camera further away.
Thanks for the advice. I'll go play with these right away.

> Nice picture BTW, haow about trying some photons?
Thanks. It already has nearly 8 million of those little buggers. I think
I'll try a smaller spacing.


 Ari-Matti


Post a reply to this message

From:
Subject: Re: An Iittala glass
Date: 25 Oct 2001 15:50:09
Message: <3bd86cf1$1@news.povray.org>
"Shay" <sah### [at] simcopartscom> wrote in message
news:3bd85a56$1@news.povray.org...
> I like this very much. Any chance of getting the code? I would like to run
a
> 1024x768 size with photons for walpaper.  Thanks

Thanks. It's still "under construction", but I'll try to get it finished
soon. Btw. that posted version has photons and it's resized from 1024x768.
So if your in a hurry I can send you the original image (bmp/jpg?).

 Ari-Matti


Post a reply to this message

From: Thies Heidecke
Subject: Re: An Iittala glass
Date: 25 Oct 2001 17:50:42
Message: <3bd88932@news.povray.org>
Hi Ari-Matti,

I like the realism of the picture, really good fake.
if you don't want the perspective, add the keyword 'orthographic' to your
camera-statement.
then all 'view-rays' are parallel.

Greetings
    Thies Heidecke



3bd825be@news.povray.org...
| Hi,
|
| This is what a glass by Iittala (a Finnish glasscompany) looks like. Well
| not exactly, but close. I think it would look better if I got rid of the
| perspective thing(?). The glass is a cone, but not that much. I'm not
| familiar with those right, up, direction etc. in the camera. I always get
| weird results. Any advice?
|
| This is the camera in the scene:
| camera {
|   right x*image_width/image_height
|   location  <-0.4,7.5,-6>
|   look_at   <-0.4,1.5,0>
| }
|
| Ari-Matti
|
|
|
|


Post a reply to this message

From: Jari Juslin
Subject: Re: An Iittala glass
Date: 25 Oct 2001 18:44:54
Message: <3BD895E5.1E769A58@iki.fi>

> This is what a glass by Iittala (a Finnish glasscompany) looks like.
> Well not exactly, but close.

Very close. I think the perspective is the only thing that reveals it
CG. And I own a few those glasses, so I have what to compare with :-). I
especially like the way your texture looks in the greenish shadow - it
looks very real. The glass itself looks like being perfect cone, but
shadow reveals it's little imperfectities, just the same way than in
irl. Another surprisingly realistic part is the Iittala label. How did
you do it?

-- 
          /"\                           |    iki.
          \ /     ASCII Ribbon Campaign |    fi/
           X      Against HTML Mail     |    zds
          / \


Post a reply to this message

From: Shay
Subject: Re: An Iittala glass
Date: 26 Oct 2001 09:39:38
Message: <3bd9679a$1@news.povray.org>
Thanks, I appreciate the offer, but I'll wait 'till you're happy with it.

-Shay


news:3bd86cf1$1@news.povray.org...
>
> "Shay" <sah### [at] simcopartscom> wrote in message
> news:3bd85a56$1@news.povray.org...
> > I like this very much. Any chance of getting the code? I would like to
run
> a
> > 1024x768 size with photons for walpaper.  Thanks
>
> Thanks. It's still "under construction", but I'll try to get it finished
> soon. Btw. that posted version has photons and it's resized from 1024x768.
> So if your in a hurry I can send you the original image (bmp/jpg?).
>
>  Ari-Matti
>
>
>


Post a reply to this message

From:
Subject: Re: An Iittala glass
Date: 26 Oct 2001 13:10:30
Message: <3bd99906@news.povray.org>
"Jari Juslin" <zds### [at] ikifi> wrote in message news:3BD895E5.1E769A58@iki.fi...

> Another surprisingly realistic part is the Iittala label. How did
> you do it?

The label? The sticker is a difference of two cones intersected with a
superellipsoid. The logo is a union of a cylinder (the red circle), two
boxes (the letter i) and two text object (iittala, FINLAND in gothic.ttf).
Then all we need is a intersection of the sticker and the logo and union
this with the sticker.

Ari-Matti


Post a reply to this message

Goto Latest 10 Messages Next 3 Messages >>>

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