POV-Ray : Newsgroups : povray.binaries.images : My Chessboard Server Time
11 May 2024 21:39:27 EDT (-0400)
  My Chessboard (Message 57 to 66 of 86)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Cousin Ricky
Subject: Re: My Chessboard
Date: 26 Aug 2008 21:15:00
Message: <web.48b4a91673b1f45985de7b680@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote:
> Glory be. Is that a rainbow cast on D5, zoom in and render the one piece that is
> doing it and enlarge.

Rendering right now.  Should be done tomorrow morning.

> glass dispersion ... according to consts.inc  ... 40 times with the wavelengths
> reversed
> got it. thank you. must be time to look at dispersion.

Please find attached some source code.  As explained in the file, it's not
exactly what i used, but it does essentially the same thing.  Run with
declare=Disp=-40 on the command line.  Have fun!

Warning: dispersion is SLOW.  Slower than anything you've done (unless you've
messed with parametrics).

> you rock.

Thanks!


Post a reply to this message


Attachments:
Download 'chess_caustics-sim.pov.txt' (6 KB)

From: alphaQuad
Subject: Re: My Chessboard
Date: 26 Aug 2008 23:10:00
Message: <web.48b4c55773b1f4597cc322e60@news.povray.org>
"Cousin Ricky" <ric### [at] yahoocom> wrote:
> "alphaQuad" <alp### [at] earthlinknet> wrote:
> > Glory be. Is that a rainbow cast on D5, zoom in and render the one piece that is
> > doing it and enlarge.
>
> Rendering right now.  Should be done tomorrow morning.
>
> > glass dispersion ... according to consts.inc  ... 40 times with the wavelengths
> > reversed
> > got it. thank you. must be time to look at dispersion.
>
> Please find attached some source code.  As explained in the file, it's not
> exactly what i used, but it does essentially the same thing.  Run with
> declare=Disp=-40 on the command line.  Have fun!
>
> Warning: dispersion is SLOW.  Slower than anything you've done (unless you've
> messed with parametrics).
>
> > you rock.
>
> Thanks!


Translated =
1 + -40 * (1.012 - 1) = .52

Yah I tried .1 and .05, anything around 1 is no wavelength, and smaller is more


   #local Rbow = 1 + Disp * (Quartz_Glass_Dispersion - 1);
   interior
   {  ior 1.5 dispersion Rbow

So much to forget, so little time. Only 2 hrs left on a bigger one. Impressive.


Post a reply to this message

From: Cousin Ricky
Subject: Re: My Chessboard
Date: 27 Aug 2008 03:45:00
Message: <web.48b504f573b1f45985de7b680@news.povray.org>
"Cousin Ricky" <ric### [at] yahoocom> wrote:
> Please find attached some source code.  As explained in the file, it's not
> exactly what i used, but it does essentially the same thing.  Run with
> declare=Disp=-40 on the command line.  Have fun!

Correction: add the following line to the light_source:

   area_light 0.6 * x, 0.6 * y, 9, 9 circular orient adaptive 1


Post a reply to this message

From: Thomas de Groot
Subject: Re: My Chessboard
Date: 27 Aug 2008 04:01:50
Message: <48b509ee$1@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> schreef in bericht 
news:web.48b42c3773b1f4597cc322e60@news.povray.org...
>
> ah the wonder of computers, I silk screened it on to a single piece of 
> wood, we
> can imagine. I did some bevel jobs but so far always with white spots.
>
Sure. Still, I would prefer a board made of separate squares.... :-)

Thomas


Post a reply to this message

From: Warp
Subject: Re: My Chessboard
Date: 27 Aug 2008 09:23:48
Message: <48b55564$1@news.povray.org>
alphaQuad wrote:
> so commented, I just know good code when I see it. so you got this web site
> where I must have seen it. so many possibilities, so little time, on to
> dispersion.

  What bothered me is that you posted the code without any mention
whatsoever that it was not written by you. Any reader can very easily
get the impression that you wrote that code. Just a short "this was not
written by me, I got this from somewhere" would have been nice.


Post a reply to this message

From: alphaQuad
Subject: Re: My Chessboard
Date: 27 Aug 2008 12:05:01
Message: <web.48b57a4873b1f4599fd043000@news.povray.org>
would have bet only 3-4hrs at first, actually twice that


Post a reply to this message


Attachments:
Download 'diffract20.png' (660 KB)

Preview of image 'diffract20.png'
diffract20.png


 

From: alphaQuad
Subject: Re: My Chessboard
Date: 27 Aug 2008 13:15:01
Message: <web.48b58a9773b1f4599fd043000@news.povray.org>
"Thomas de Groot" <t.d### [at] internlDOTnet> wrote:
> "alphaQuad" <alp### [at] earthlinknet> schreef in bericht
> news:web.48b42c3773b1f4597cc322e60@news.povray.org...
> >
> > ah the wonder of computers, I silk screened it on to a single piece of
> > wood, we
> > can imagine. I did some bevel jobs but so far always with white spots.
> >
> Sure. Still, I would prefer a board made of separate squares.... :-)
>
> Thomas

Simple fix really. I dont remember where I saw it. Think it was the first script
I looked at.

Just add: translate <8,0,0>
to one of the pigments.

We should erect a shrine to the inventor of that one, if it really was a
contribution to the collective, because I use it all the time.

Images of Sheen Esteves, of Jimmy Neutron fame, with huge swollen head floating
on his throne holding Libby captive.

aQ

STOP using my electricity, I invented it and have a Patent.
Thomas Alva Edison = Aha Ions Made Volts


Post a reply to this message


Attachments:
Download 'diffract21.png' (194 KB)

Preview of image 'diffract21.png'
diffract21.png


 

From: Jim Henderson
Subject: Re: My Chessboard
Date: 27 Aug 2008 13:19:10
Message: <48b58c8e$1@news.povray.org>
On Tue, 26 Aug 2008 14:12:59 -0400, Cousin Ricky wrote:

>> I would have if I could remember where. Took me half hour to find it
>> where I couldnt remember where I left it on this puter.
> 
> My memory stinks.  That's why i write things down.  Specifically,
> whenever i lift an algorithm or segment of code, i comment directly into
> the code where it came from.  Whenever i download code off povray.org, i
> make sure that--somehow--the source of the code is noted.

Yeah, that was my thought as well.  If you save off someone else's code, 
make sure there's a comment included with it to indicate where it came 
from.  Then you don't have to research to find out where you got it from.

Unless the initial intent, of course, is not to give credit where it's 
due....

Jim


Post a reply to this message

From: Jim Henderson
Subject: Re: My Chessboard
Date: 27 Aug 2008 13:21:07
Message: <48b58d03@news.povray.org>
On Wed, 27 Aug 2008 10:01:51 +0200, Thomas de Groot wrote:

> Sure. Still, I would prefer a board made of separate squares....

I want to say that most of the chessboards I've seen made out of wood 
tend to have the grain rotated 90 degrees between the light and dark 
squares.  Makes for a nice effect.

Jim


Post a reply to this message

From: Cousin Ricky
Subject: Re: My Chessboard
Date: 27 Aug 2008 13:59:48
Message: <op.ugj4c5tq6b35ac@your-727a0a4e7c.vipowernet.net>
On Tue, 26 Aug 2008 13:01:04 -0400, alphaQuad  
<alp### [at] earthlinknet> wrote:

> Glory be. Is that a rainbow cast on D5, zoom in and render the one piece  
> that is
> doing it and enlarge.

Here you go.  Dispersion is turned on for the black knight, and turned off  
for everything else (lest the render take all week).

> glass dispersion ... according to consts.inc  ... 40 times with the  
> wavelengths
> reversed

I had actually started a +40 run, and it had gone 3 hours before i noticed  
the mistake.  I figured i might as well post both images.

As you can see, at this resolution, the dispersion_samples was way too  
low.  Got another week?



-- 
<Insert witty .sig here>


Post a reply to this message


Attachments:
Download 'chess_caustics-detail.jpg' (108 KB) Download 'chess_caustics+detail.jpg' (108 KB)

Preview of image 'chess_caustics-detail.jpg'
chess_caustics-detail.jpg

Preview of image 'chess_caustics+detail.jpg'
chess_caustics+detail.jpg


 

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

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