POV-Ray : Newsgroups : povray.newusers : Wavelength to RGB converter? Server Time
1 Jul 2025 17:26:10 EDT (-0400)
  Wavelength to RGB converter? (Message 9 to 18 of 38)  
<<< Previous 8 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: gonzo
Subject: Re: Wavelength to RGB converter?
Date: 1 Mar 2003 14:45:57
Message: <3e610df5$1@news.povray.org>
William F. Pokorny <pok### [at] attglobalnet> wrote in message
news:3E60FEB3.EB7D364B@attglobal.net...
>
> Jamie,
> I want to interject that the page http://www.ignorancia.org/t_lightsys.php
shows
> up blank for me when I access it using netscape from a PC or from an unix
box.
> However, I can view the page source from within netscape and Internet
Explorer
> works fine. I am not sure what is amiss. Does anyone else get the blank
page
> with netscape?

Yes, I had the same thing. Only that page, all other pages work fine.  I
could view source to get the link to download.

RG


Post a reply to this message

From: Jaime Vives Piqueres
Subject: Re: Wavelength to RGB converter?
Date: 1 Mar 2003 15:21:07
Message: <20030301212106.1bf42fe3.jaimevives@ignorancia.org>
On Sat, 01 Mar 2003 13:40:51 -0500
"William F. Pokorny" <pok### [at] attglobalnet> wrote:

  Oops! Sorry, a table was not properly closed.... thanks for pointing
it out. Next time I will check also with netscape for any major change.

-- 
Jaime Vives Piqueres
		
La Persistencia de la Ignorancia
http://www.ignorancia.org


Post a reply to this message

From: Kaveh
Subject: Re: Wavelength to RGB converter?
Date: 2 Mar 2003 19:38:34
Message: <1fr7z0r.fzn6hw1xohuzqN%kaveh@delete_this.focalimage.com>
Jaime Vives Piqueres <jai### [at] ignoranciaorg> wrote:

> On Sat, 1 Mar 2003 15:49:27 +0000
> kav### [at] delete_thisfocalimagecom (Kaveh) wrote:
> 
> > I just downloaded all those and saw that. It is *exactly* what I need.
> 
>   Nice! And don't forget to show us the results!
> 
> > And congratulations for doing so much work on color. It's not an easy
> > field!
> 
>   Yeah... but here all the merit goes to Ive, who done the hard work
> researching and implementing color transformations. I'm still learning
> and trying to understand it all, but I know already enough to see that
> there are plenty of potential applications for CIE.inc. 
> 
> > I am probably doing something silly here, but when I run your test
> > file:
> 
>   Oh! No! You used the non-tested example on the readme! :)
> 
> > I get an error:

[...]

I had a file directory problem, now solved.

The Wavelength() macro works and I am very happy. Now when I send a ray
through a system (in conventional optical 'forward' ray tracing), not
only are the angles calculated in povray, but the ray has the correct
color. :-)

-- 
Kaveh


Post a reply to this message

From: Jaime Vives Piqueres
Subject: Re: Wavelength to RGB converter?
Date: 3 Mar 2003 04:42:54
Message: <20030303104253.34bc79f1.jaimevives@ignorancia.org>
On Mon, 3 Mar 2003 00:38:39 +0000
kav### [at] delete_thisfocalimagecom (Kaveh) wrote:

> 
> I had a file directory problem, now solved.

  Which was exactly the problem? I'm about to install POV on a eMac with
Mac OS X, and it will be nice to be aware of it... 

> The Wavelength() macro works and I am very happy. Now when I send a
> ray through a system (in conventional optical 'forward' ray tracing),
> not only are the angles calculated in povray, but the ray has the
> correct color. :-)

  I'm glad it served to you. It's also nice to discover one more use for
the CIE macros (again don't forget to post the final pic!).

-- 
Jaime Vives Piqueres
		
La Persistencia de la Ignorancia
http://www.ignorancia.org


Post a reply to this message

From: Ian J  Burgmyer
Subject: Re: Wavelength to RGB converter?
Date: 3 Mar 2003 22:41:49
Message: <3e64207d$1@news.povray.org>
Jaime Vives Piqueres's furious key-hammering produced this:
>> I had a file directory problem, now solved.
> 
>   Which was exactly the problem?

I'm guessing that he simply forgot to set the path to the lightsys3 directory
in his POV-Ray settings.

> I'm about to install POV on a eMac with
> Mac OS X, and it will be nice to be aware of it... 

One thing to keep in mind with MacPOV and MacMegaPOV (hint: use MacMegaPOV...the
official 3.5 doesn't use all the CPU power in OS X) is that you have to set the
include file paths.  Unlike the Windows version, the Mac OS release does not
set the path for you.  Minor inconvenience, I assure you. :)

One thing to note, unlike with many "common" applications, there is not much of
a benefit to using a PowerPC processor with POV-Ray (my G4-733, for instance, is
only a touch faster than my P3-750 at rendering).  So a 2.0GHz Pentium 4 will
probably beat a G4-1.25 hands down.

-- 
/*^*/light_source{100*<-5,2,-5>2}#macro I(i,n)#while(strlen(i)>=n)#local A=asc(
substr(i,n,1));#local a=asc(substr(i,n+1,1));cylinder{<div(A,8)-12,mod(A,8)-4,4
><div(a,8)-12,mod(a,8)-4,4>,0.1pigment{rgb z}}#local n=n+2;#end#end I("ScUe[]"1
/*<*/)I("mkmtlttk"1)//@_$#!,:<"Thhis polysig brought to you by Ian Burgmyer :)"


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Wavelength to RGB converter?
Date: 4 Mar 2003 03:25:59
Message: <3e646317$1@news.povray.org>
In article <3e64207d$1@news.povray.org> , "Ian J. Burgmyer" 
<the### [at] maccom> wrote:

> (hint: use MacMegaPOV...the
> official 3.5 doesn't use all the CPU power in OS X)

This isn't true.  This is only a rumor created by Chris Huff.

    Thorsten

____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg

I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Christopher James Huff
Subject: Re: Wavelength to RGB converter?
Date: 4 Mar 2003 07:45:28
Message: <cjameshuff-EE0AED.07405704032003@netplex.aussie.org>
In article <3e646317$1@news.povray.org>,
 "Thorsten Froehlich" <tho### [at] trfde> wrote:

> > (hint: use MacMegaPOV...the
> > official 3.5 doesn't use all the CPU power in OS X)
> 
> This isn't true.  This is only a rumor created by Chris Huff.

It is true, and testable. The preview version you released may fix it, I 
have not tested that, but the official release left a large chunk of the 
CPU idle, from 20-30%, while MacMegaPOV pinned the CPU at 100%.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Wavelength to RGB converter?
Date: 4 Mar 2003 08:29:21
Message: <3e64aa31$1@news.povray.org>
In article <cja### [at] netplexaussieorg> , 
Christopher James Huff <cja### [at] earthlinknet>  wrote:

> It is true, and testable. The preview version you released may fix it, I
> have not tested that, but the official release left a large chunk of the
> CPU idle, from 20-30%, while MacMegaPOV pinned the CPU at 100%.

What is more relevant what comes out in the end, not what some fuzzy CPU
usage indicator suggests is going on.  As you know, there is no way to tell
a "while(1) { }" from an actual computation...

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Wavelength to RGB converter?
Date: 4 Mar 2003 08:34:17
Message: <3e64ab59@news.povray.org>
In article <cja### [at] netplexaussieorg> , 
Christopher James Huff <cja### [at] earthlinknet>  wrote:

> The preview version you released may fix it,

BTW, I should point out that 3.51 (of which a public Mac beta is available)
cannot be directly compared with 3.5 because of some antialising bug fixes
that among other scenes also affect benchmark.pov.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Kaveh
Subject: Re: Wavelength to RGB converter?
Date: 4 Mar 2003 12:55:53
Message: <1frb5p0.15dl6aycxuthcN%kaveh@delete_this.focalimage.com>
Ian J. Burgmyer <the### [at] maccom> wrote:

> Jaime Vives Piqueres's furious key-hammering produced this:
> >> I had a file directory problem, now solved.
> > 
> >   Which was exactly the problem?
> 
> I'm guessing that he simply forgot to set the path to the lightsys3 directory
> in his POV-Ray settings.

Well, I put aliases to these files in the include directory, so as to
keep the files organized and separate. There was no error when reading
the 'include' command, so it saw the file, but did not *really* read it,
i.e. the declarations were not made. When I put in the files directly
into 'include', it worked. 

-- 
Kaveh


Post a reply to this message

<<< Previous 8 Messages Goto Latest 10 Messages Next 10 Messages >>>

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