POV-Ray : Newsgroups : povray.binaries.images : Technology test pictures: Room Server Time
15 Aug 2024 22:23:08 EDT (-0400)
  Technology test pictures: Room (Message 11 to 13 of 13)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: ingo
Subject: Re: Technology test pictures: Room
Date: 16 May 2002 07:13:52
Message: <Xns921087170CAC1seed7@povray.org>
in news:3ce2d9ab$1@news.povray.org Martin Hellwig wrote:

> The export function in our programm writes equal but
> format independent information to the POVRay scene
> file. So any format can be transformed to this form.
> 
> Hope this helps.
> 

Thanks,

I hoped for something like:

light_source {
    	<20,30,-10>
    	elumdat "BE1017.ldt"
    	rgb <1,0.9,0.8>
}

Ingo


Post a reply to this message

From: Martin Hellwig
Subject: Re: Technology test pictures: Room
Date: 16 May 2002 08:29:45
Message: <3ce3a639$1@news.povray.org>
> I hoped for something like:
>
> light_source {
>     <20,30,-10>
>     elumdat "BE1017.ldt"
>     rgb <1,0.9,0.8>
> }

Hi,
here a fragment of a generated povray source file:

light_source
{
   <0,0,0>
  color <1,1,1>
  // IMax = 18076
  ldt_data
  {
    // number of C and G angles, total flux of luminaire
    36, 36, 2200,
    // fully expanded ldt table
    18.076,    1.454,    0.11,    0.045,    0.063,    0.003,    0.003,
0.002,    0.002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,
0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,
0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,
0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,
0.0002,
    [ ........34 rows deleted here]
    16.076,    1.354,    0.10,    0.045,    0.063,    0.003,    0.003,
0.002,    0.002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,
0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,
0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,
0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,    0.0002,
0.0002
  }
  looks_like
  {
    //geometry of luminaire here...
  }
  rotate <0, -90, 0>
  translate <0.475,3,1.31976>

  // move the ldt without the geometry (was needed for some special
luminaires)
  ldt_translate <0,-0.125,0>
}

All values between the given angles are linear interpolated, and because
they are polar
coordinates, this is more than enough for smooth results.

so for example
ldt_data
{
1,1, 100,
1
}
would be a perfect point light again.

Since the format is close to the existing formats, it would be easy to write
a converter
for example from IES or EULUMDAT .

Martin Hellwig
DIAL GmbH
http://www.dial.de


Post a reply to this message

From: ingo
Subject: Re: Technology test pictures: Room
Date: 16 May 2002 10:14:50
Message: <Xns9210A5C54E4F1seed7@povray.org>
in news:3ce3a639$1@news.povray.org Martin Hellwig wrote:

> Since the format is close to the existing formats, it would be easy
> to write a converter for example from IES or EULUMDAT .
> 

Interesting patch, especialy in combination with such an convertor.

Thanks,

Ingo


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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