PDA

View Full Version : Architecture *Lighting* ~HELP.


eMnocean
21st September 2005, 02:03 AM
:idea:
http://www.geocities.com/kramer_architects/Northwest.jpg
http://www.geocities.com/kramer_architects/Northwest.jpg
http://www.geocities.com/kramer_architects/west.jpg
http://www.geocities.com/kramer_architects/west.jpg
http://www.geocities.com/kramer_architects/Southwest.jpg
http://www.geocities.com/kramer_architects/Southwest.jpg

:arrow: okay, here is a kitchen, but as u can see it needs something special happening to catch the eye (make it look more "real").

:!: What I was thinking is cone shape lights under the cabinets, (four) on the one by the fridge and (two) on the one on the right (look carefuly and u'll see the little circles where the lights would go). This rendering actualy does have light under the cabinets but they dont show. Im not sure why.

:?: Q: What kind of lights should I put here (and what is the code for it).

this is the one I put, but did not work:
************************************************** **********

//LIGHT SOURCE FOR UNDER CABINET
light_source {
<10.3726, 4.9, -13.8613> //Light position (note: hight of light is at 4.9)
*0.2 // light's brightness (*1 = bright)
color rgb < 1 1 1 > // light's color
spotlight // this kind of light source
cylinder // this variation
point_at <10.3726, 3.5, -13.8613> // direction of spotlight (note: counter top is at 3.5)
radius 5 // hotspot (inner, in degrees)(dont know how to use!)
tightness 50 // tightness of falloff (1...100) lower is softer, higher is tighter(dont know how to use!)
falloff 8 // intensity falloff radius(outer, in degrees)(dont know how to use!)
}

************************************************** **********

Any input would help Alot,
Thanks guys!!! :wink:

Andy
21st September 2005, 03:50 AM
I don't know about the lights but you should try using Povray's radiosity - see http://www.simnet.is/hildurka/content/tut1page.htm for a nice example.

Lovely model by the way.

eMnocean
21st September 2005, 11:14 AM
:!: thanx andy, I actualy have that radiosity included in the render, but there are some things that need to be adjusted acording to the example on that page. Im going to try that.

this is what I have:

// radiosity (global illumination) settings
global_settings{
max_trace_level 15
assumed_gamma 2

radiosity {
brightness 1.5
count 400
error_bound 0.1
gray_threshold 0.0
low_error_factor 0.2
minimum_reuse 1
nearest_count 10
recursion_limit 1
#if (version>3.1)
adc_bailout 0.01
max_sample 5
media off
normal on
always_sample 1

pretrace_start 0.08
pretrace_end 0.05
#end
}
}

I would still need cone shape lights comming from the cabinets to "complete" the scene.

thankx again!

Kevin A.
21st September 2005, 09:23 PM
:shock: BEAUTIFULLLLLLLLLLL!!!!!!!!! just beautifull :D


Q:Where did you get the marble texture?


ohh and keep up the good work :wink:

GOOD LUCK FINDING THOSE CONE SHAPE LIGHTS :D :idea:

Malekovits
22nd September 2005, 08:00 AM
Fantastic!!! :shock:
Ecxelent work!

eMnocean
22nd September 2005, 09:48 AM
I got most of the textures from free texture sites. I havent really found a really good site that offers free textures, so I dont remember where I got that one.

this is one link:
http://lemog.free.fr/lemog_v5/index.php
Just scroll down to textures!

eMnocean
23rd September 2005, 03:31 PM
I changed some settings in the radiosity and made some nice improvements to the general light, took, (14hours and 53 mins to finish) but it was worth it.
http://www.geocities.com/kramer_architects/NorthWestKitchen.jpg
http://www.geocities.com/kramer_architects/NorthWestKitchen.jpg
I have not been able to figure out the cone shape lights for under the counter, I think it has something to do with "media effect" so that the "ray" of light can be visable, but Im not sure cause I added a media effect and it looks like it's going to render really nice but it generates a black random area in the image :?:

Dennis
23rd September 2005, 10:33 PM
it's not exactly volumetric cones, but maybe this will help:

http://users3.ev1.net/~povstudy/expose/expose.htm

this uses media emissions to create an exlposion effect, but looks like the principles could be adapted to volumetric light cones?

This scene is looking *great* so far - good luck getting the lights the way you want them.

Dennis