POV-Ray : Newsgroups : povray.binaries.images : Kitchen ... : Re: Kitchen ... Server Time
8 Aug 2024 08:17:33 EDT (-0400)
  Re: Kitchen ...  
From: Hasan3
Date: 25 Aug 2005 19:30:00
Message: <web.430e53db7447f611e5b777020@news.povray.org>
And other test:
Radiosity ranges:
-----------------------------------------------------
 //TurkCIZIM POV-RAY Export
global_settings {
  assumed_gamma 1
  radiosity {
    count 50 error_bound 0.9
  }

}


Light Sytem :
-----------------------------------------------------
#include "CIE.inc"
#include "lightsys.inc"
#include "lightsys_constants.inc"
#include "espd_lightsys.inc"


#default {finish {ambient 0 diffuse 1}}

// -----------------------------------------------------
CIE_ColorSystemWhitepoint(Beta_ColSys, Blackbody2Whitepoint(Kt_Indoor_Film))

#declare Lightsys_Brightness = 1.0;

object {
  Light(
    EmissiveSpectrum(ES_Sunlight),
    Lm_GE_Inc_100w,
    x*25, z*25, 17, 17, on
  )
  translate <50,231.43803189694,-83>
}

-----------------------------------------------------------------

What can I do for the realistic scene?
Result Image:


Post a reply to this message


Attachments:
Download 'kitchen4.jpg' (222 KB)

Preview of image 'kitchen4.jpg'
kitchen4.jpg


 

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