POV-Ray : Newsgroups : povray.binaries.images : blue's code Server Time
7 May 2024 06:26:06 EDT (-0400)
  blue's code (Message 11 to 20 of 37)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: alphaQuad
Subject: Re: blue's code
Date: 22 Jul 2008 18:15:01
Message: <web.48865aee2dc5bc4e568f2ce70@news.povray.org>
Flat surfaces produce the jetsam and curved the flotsam
sounds/looks like to me.

Could use a more transmittable glass perhaps.

To Jim and Blue who spoke up. You deserve all the credit here.


Post a reply to this message


Attachments:
Download 'lasertest_00.png' (42 KB)

Preview of image 'lasertest_00.png'
lasertest_00.png


 

From: Jim Holsenback
Subject: Re: blue's code
Date: 23 Jul 2008 08:39:46
Message: <48872692$1@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote in message 
news:web.48865aee2dc5bc4e568f2ce70@news.povray.org...
> Flat surfaces produce the jetsam and curved the flotsam
> sounds/looks like to me.
>
> Could use a more transmittable glass perhaps.
>
> To Jim and Blue who spoke up. You deserve all the credit here.

hey this has been fun collaboration so to speak. I was serious about this 
making a great example scene addition. Chris mentioned (over in the beta 
test group) wanting to get the example scenes cleaned up and maybe some 
additions. I had a look at what's there now and found nothing about lasers. 
There was however a couple of photon examples 
(scenes/incdemo/glasses/glass.pov and scenes/lights/phot_met_glass.pov). I 
also think adding variable quality settings is a good idea. my typical test 
scene low qaulity was just shy of a hour ... high quality went 10 hours 
before I stopped it. I have a single core 2.4ghz system :-( The 
concave/convex reflectors was a great idea (a mini physics lesson) that's 
why I think it would make a great example scene. if you into posting the 
code i'll pretty it up (add comments and such) and variable quality options 
..... maybe even work on the glass if you haven't started that.

Jim


Post a reply to this message

From: Blue Herring
Subject: Re: blue's code
Date: 23 Jul 2008 13:06:32
Message: <48876518$1@news.povray.org>
alphaQuad wrote:
> Flat surfaces produce the jetsam and curved the flotsam
> sounds/looks like to me.
> 
> Could use a more transmittable glass perhaps.
> 
> To Jim and Blue who spoke up. You deserve all the credit here.

Looking really great, I love optics scenes.

Very kind of you, but while I may have touched the ball in the 
beginning, you've run much farther and faster with it, so to speak.

-- 
-The Mildly Infamous Blue Herring


Post a reply to this message

From: Jim Holsenback
Subject: Re: blue's code
Date: 23 Jul 2008 13:11:28
Message: <48876640$1@news.povray.org>
"Blue Herring" <pov### [at] bherringcotsenet> wrote in message 
news:48876518$1@news.povray.org...
> Very kind of you, but while I may have touched the ball in the beginning, 
> you've run much farther and faster with it, so to speak.

i concur in spades!!!!!


Post a reply to this message

From: alphaQuad
Subject: Re: blue's code
Date: 23 Jul 2008 15:10:01
Message: <web.488780f22dc5bc4e7da27f240@news.povray.org>
"Jim Holsenback" <jho### [at] hotmailcom> wrote:
> if you into posting the
> code i'll pretty it up (add comments and such) and variable quality options
> ..... maybe even work on the glass if you haven't started that.
>
> Jim

cool. ya dont hesitate to ask. I dont like the dark. Show me the light; or code
as it were. Always available.


here's what I got so far, use whatever you need.
aQ


Post a reply to this message


Attachments:
Download 'lasereflect_00.zip' (3 KB)

From: alphaQuad
Subject: Re: blue's code
Date: 23 Jul 2008 15:20:00
Message: <web.4887835c2dc5bc4e7da27f240@news.povray.org>
I believe the table needs to take up the entire view. I rendered past the table
once, and it seemed to take 20 times longer, as if photons had nothing to hit.


should have said more about previous post.

Focusing:

there seems to be at least 2, maybe 3 vars to focusing. all for position and
radius of concave lense.

focusing seemed impossible trial and error. difficult to tell if your going the
right way, like throwing random numbers at it.


focusing needs a calculation I have yet to devise.


Post a reply to this message


Attachments:
Download 'laserfocus_00.png' (153 KB)

Preview of image 'laserfocus_00.png'
laserfocus_00.png


 

From: alphaQuad
Subject: Re: blue's code
Date: 23 Jul 2008 15:30:00
Message: <web.488784e52dc5bc4e7da27f240@news.povray.org>
#declare laser =
light_source {
  <22,2,22>, <.4,0,1>*120




120 was 90 for "lasertest". I turned it up even more to try and refocus
and get a beam out of concave lense from this light. I was unsuccessful.


Post a reply to this message

From: alphaQuad
Subject: Re: blue's code
Date: 23 Jul 2008 19:50:00
Message: <web.4887c3712dc5bc4e7da27f240@news.povray.org>
If you need to recreate 'lasertest_00.png' ...
there were 3 changes I remember:

laser multiplier from 120 back to 90

comment out one line:
#declare concav_ =

comment out one line:
object { concav_glass1 translate <8.645,2,-10> } // not focused    8.64 r 1.75

thats about all I can think to elaborate on.


Post a reply to this message

From: Jim Holsenback
Subject: Re: blue's code
Date: 24 Jul 2008 06:17:41
Message: <488856c5@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote in message 
news:web.488780f22dc5bc4e7da27f240@news.povray.org...
> here's what I got so far, use whatever you need.
> aQ

hey thanks .... i've gone from bored with nothing to do to almost too busy 
.... haha


Post a reply to this message

From: Jim Holsenback
Subject: Re: blue's code
Date: 24 Jul 2008 06:22:18
Message: <488857da@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote in message 
news:web.4887835c2dc5bc4e7da27f240@news.povray.org...
> Focusing:
>
> there seems to be at least 2, maybe 3 vars to focusing. all for position 
> and
> radius of concave lense.
>
> focusing seemed impossible trial and error. difficult to tell if your 
> going the
> right way, like throwing random numbers at it.
>
>
> focusing needs a calculation I have yet to devise.

what about thickness of the lens? that was to be my next test until i got 
side tracked

Jim


Post a reply to this message

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

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