POV-Ray : Newsgroups : povray.binaries.images : Lamp needs help (11kbu) Server Time
18 Aug 2024 16:16:27 EDT (-0400)
  Lamp needs help (11kbu) (Message 1 to 4 of 4)  
From: buke9
Subject: Lamp needs help (11kbu)
Date: 25 Mar 2001 01:01:19
Message: <3abd89af@news.povray.org>
This pic is of a lamp my wife is making so I thought I would render it. I'm
using a bicubic_patch light bulb (working on a CSG bulb to take it's place)
that I think is giving me the blotches on the floor and wall along with the
wrinkle normal on the shade. That is not what is bothering me but the shade
is. How can I make the shade light up? I was thinking of an emitting media
do you think that would help(the shade is CSG boxes)?
I like the texture of the shade but want it lit up more. I have tried
raising ambient and transmit values but no luck there. The bulb is a glass
texture with a glow_light source inside with a point_light at the same
point.
Radiosity also fills the room. Any ideas ?

       Thanks,
                Buke


Post a reply to this message


Attachments:
Download 'lamp1a.jpg' (11 KB)

Preview of image 'lamp1a.jpg'
lamp1a.jpg


 

From: buke9
Subject: Re: Lamp needs help (11kbu)
Date: 25 Mar 2001 01:21:20
Message: <3abd8e60$1@news.povray.org>
BTW the Shade Tex is ......

#declare Shade_Tex =
   material  // Shade_Tex


      texture


         pigment
         {
            color rgbft <0.878431, 0.705882, 0.172549, 0.316667, 0.1725>
         }
         normal
         {
            wrinkles , 3.0
            bump_size 6.0
            turbulence 0.75
            octaves 3
            lambda 6.0
            frequency 10.0
            phase 6.0
            scallop_wave
         }
         finish
         {
            ambient .75
            crand 0.071933
         }
         scale  <0.5, 0.5, 0.75>
         rotate    <-37.0, -22.0, -10.0>
         translate    <5.0, 0.75, 0.3>
      }
   }


Post a reply to this message

From: Alberto
Subject: Re: Lamp needs help (11kbu)
Date: 25 Mar 2001 07:54:40
Message: <3ABDEA6C.521D9E4E@usb.ve>
Hi.

Did you consider the double_illuminate keyword?

Alberto.


Post a reply to this message

From: Margus Ramst
Subject: Re: Lamp needs help (11kbu)
Date: 25 Mar 2001 12:44:49
Message: <3abe2e91@news.povray.org>
"buke9" <buk### [at] igloucom> wrote:

> Any ideas ?

One possibility is to use the "double_illuminate" keyword in MegaPOV; for
this to work the lamp shade should usually have a single surface (i.e. no
interior volume in the shade object).
The other possibility is to use scattering media in the lamp shade object.
For this to work, the lamp shade *must* have an interior volume (it can't be
an infinitely thin shell). This can be fairly slow, and difficult to get
right, but gives the most realistic effect IMO.
An example scene demonstrating the second method can be seen in a post of
mine in povray.binaries.scene-files, dated 25 Apr 2000 and titled "Lamp
shade source"

-- 
Margus Ramst

Personal e-mail: mar### [at] peakeduee
TAG (Team Assistance Group) e-mail: mar### [at] tagpovrayorg
Home page http://www.hot.ee/margusrt


Post a reply to this message

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