POV-Ray : Newsgroups : povray.binaries.images : Lightflow-inspired render WIP 2 (~11kau) Server Time
18 Aug 2024 10:21:10 EDT (-0400)
  Lightflow-inspired render WIP 2 (~11kau) (Message 1 to 10 of 10)  
From: Tony[B]
Subject: Lightflow-inspired render WIP 2 (~11kau)
Date: 15 May 2001 20:09:45
Message: <3b01c549@news.povray.org>
Well, here it is, after 2 days, 17 hours, 40 minutes and 34 seconds. It uses
50 samples for the focal blur, besides the photons and the heavy
max_trace_level, and the machine was being used for other things, so I think
that time is justified. This was meant to be a quick test-render for the
final version, but I think it still needs work. It doesn't look much like
the other one. Still needs a lot of tweaking. I think I'll be faking the
focal blur with a post_process, among other things. I was wondering if
anyone can tell me how you would do the pointy triangles of the crown. I
think making it out of a couple thousand (<17k) spheres in a blob {} is a
bad idea, isn't it? :\ Maybe an isosurface can do this just as well, or some
fancy CSG. We'll see. Thanks in advance for all comments and suggestions. :)


Post a reply to this message


Attachments:
Download 'inspired_b.jpg' (8 KB)

Preview of image 'inspired_b.jpg'
inspired_b.jpg


 

From: Francois Labreque
Subject: Re: Lightflow-inspired render WIP 2 (~11kau)
Date: 15 May 2001 20:46:14
Message: <3B01CC7E.CC376FE@videotron.ca>
"Tony[B]" wrote:
> 
> I was wondering if anyone can tell me how you would do the pointy
> triangles of the crown. I think making it out of a couple thousand
> (<17k) spheres in a blob {} is a bad idea, isn't it? :\ Maybe an
> isosurface can do this just as well, or some fancy CSG.

Not even really fancy...

difference{
    sphere{ < 0,0,0 > 6 }
    sphere{ < 0,1,0 > 6 }
    #local i=0;
    #while( i < 360 )
        sphere{ <6,0,0> 3 rotate y*i }
        #local i=i+45;
    #end
}

Adjust radii and sphere locations to taste.

P.S.:  3 days for a pic this size?  Ouch!
-- 
Francois Labreque | In the future, performance will be measured
    flabreque     | by the size of your pipe.
        @         |             - Dogbert, on networking
   videotron.ca   |


Post a reply to this message

From: Bob H 
Subject: Re: Lightflow-inspired render WIP 2 (~11kau)
Date: 15 May 2001 20:59:16
Message: <3b01d0e4@news.povray.org>
"Tony[B]" <ben### [at] catholicorg> wrote in message
news:3b01c549@news.povray.org...
> Well, here it is, after 2 days, 17 hours, 40 minutes and 34 seconds. It
uses
> 50 samples for the focal blur, besides the photons and the heavy
> max_trace_level, and the machine was being used for other things, so I
think
> that time is justified. This was meant to be a quick test-render for the
> final version, but I think it still needs work.

I'd have to get out my magnifying glass to see this well enough in this
1400x1050 res. LCD.  About 2.7 days huh? Wow, were it not for the better
renders this sort of thing would be pitiful.  Sigh.

> I was wondering if
> anyone can tell me how you would do the pointy triangles of the crown. I
> think making it out of a couple thousand (<17k) spheres in a blob {} is a
> bad idea, isn't it? :\ Maybe an isosurface can do this just as well, or
some
> fancy CSG. We'll see. Thanks in advance for all comments and suggestions.
:)

Well to do the queens crown what I did was to simply CSG difference spheres
from a upside-down cone, while looped in a circle of course.  The central
part was refilled with another sphere so that was covered up.  Then I added
sphere atop the points.  Works fine as seen from a distance, probably not
something to view extremely close.

Bob H.


Post a reply to this message

From: Bill DeWitt
Subject: Re: Lightflow-inspired render WIP 2 (~11kau)
Date: 15 May 2001 22:55:57
Message: <3b01ec3d$1@news.povray.org>
"Tony[B]" <ben### [at] catholicorg> wrote in message
news:3b01c549@news.povray.org...
> Well, here it is, after 2 days, 17 hours, 40 minutes and 34 seconds.

    Just think how long it would take you to paint that by hand with little
brushes...


Post a reply to this message

From: Thomas Lake
Subject: Re: Lightflow-inspired render WIP 2 (~11kau)
Date: 15 May 2001 23:58:01
Message: <3b01fac9@news.povray.org>
>     Just think how long it would take you to paint that by hand with
little
> brushes...

Probably faster than a 1024 res version, hehe.


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: Lightflow-inspired render WIP 2 (~11kau)
Date: 16 May 2001 06:02:27
Message: <3b025033@news.povray.org>
> Well, here it is, after 2 days, 17 hours, 40 minutes and 34 seconds. It
uses

OUCH - looking much better though, if a bit teeeny !


--
Rick

Kitty5 WebDesign - http://Kitty5.com
Hi-Impact database driven web site design & e-commerce
TEL : +44 (01625) 266358 - FAX : +44 (01625) 611913 - ICQ : 15776037
POV-Ray News & Resources - http://Povray.co.uk

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

From: Dennis Clarke
Subject: Re: Lightflow-inspired render WIP 2 (~11kau)
Date: 16 May 2001 19:30:22
Message: <3B030D97.2F0E705D@interlog.com>
"Tony[B]" wrote:
> 
> Well, here it is, after 2 days, 17 hours, 40 minutes and 34 seconds. It uses
> 50 samples for the focal blur, besides the photons and the heavy
> max_trace_level, ...

I see the thumbnail.  Where is the image?  Must be a broken link.

Maybe the max_trace_level caused the photons to get lost in there before
coming out.  Perhaps, well just maybe, a photon is a really teeny itty bitty
thing so hey, a slow moving photon could get lost in there for days.  Two days
and 17 hours and 40 minutes and 34 seconds to be exact.  Poor lost photons
....

                 :)

Dennis


Post a reply to this message

From: Nekar Xenos
Subject: Re: Lightflow-inspired render WIP 2 (~11kau)
Date: 17 May 2001 02:53:48
Message: <3b03757c@news.povray.org>
Thumbnails seem to be the in-thing these days...

--
#local N=<-20,40,100>;#local K=<20,-40,100>;#local R=seed(0);blob{#while((K-N).
x>0)#local X=N;#local N=N+<rand(R),rand(R),1>/3;#local N=(vlength(N-K)<vlength(
X-K)?N:2*X-N);sphere{<N.y,-N.x,N.z>,1,1 scale .02}sphere{N,1,1 scale.02}sphere{
<-N.x-40,N.y,N.z>1,1 scale.01}sphere{<N.x+40,-N.y,N.z>1,1 scale.01 }#end
pigment{rgbt 1}interior{media{emission <2,4,5>*5}}hollow}// Nekar Xenos
"Tony[B]" <ben### [at] catholicorg> wrote in message
news:3b01c549@news.povray.org...
> Well, here it is, after 2 days, 17 hours, 40 minutes and 34 seconds. It uses
> 50 samples for the focal blur, besides the photons and the heavy
> max_trace_level, and the machine was being used for other things, so I think
> that time is justified. This was meant to be a quick test-render for the
> final version, but I think it still needs work. It doesn't look much like
> the other one. Still needs a lot of tweaking. I think I'll be faking the
> focal blur with a post_process, among other things. I was wondering if
> anyone can tell me how you would do the pointy triangles of the crown. I
> think making it out of a couple thousand (<17k) spheres in a blob {} is a
> bad idea, isn't it? :\ Maybe an isosurface can do this just as well, or some
> fancy CSG. We'll see. Thanks in advance for all comments and suggestions. :)
>
>
>


Post a reply to this message

From: Christoph Hormann
Subject: Re: Lightflow-inspired render WIP 2 (~11kau)
Date: 17 May 2001 03:26:08
Message: <3B037D33.213A2B68@gmx.de>
"Tony[B]" wrote:
> 
> Well, here it is, after 2 days, 17 hours, 40 minutes and 34 seconds. It uses
> 50 samples for the focal blur, besides the photons and the heavy
> max_trace_level, and the machine was being used for other things, so I think
> that time is justified. This was meant to be a quick test-render for the
> final version, but I think it still needs work. It doesn't look much like
> the other one. Still needs a lot of tweaking. I think I'll be faking the
> focal blur with a post_process, among other things. I was wondering if
> anyone can tell me how you would do the pointy triangles of the crown. I
> think making it out of a couple thousand (<17k) spheres in a blob {} is a
> bad idea, isn't it? :\ Maybe an isosurface can do this just as well, or some
> fancy CSG. We'll see. Thanks in advance for all comments and suggestions. :)
> 

Wow, more that 2.5 days for this tiny thing?

For the 'crown', you could of course try an isosurface, but i would
suggest a difference between a 'sphere bowl' and several vertical
cylinders.  You could also try a parabolid bowl instead of a spherical
one.

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

From: Steve
Subject: Re: Lightflow-inspired render WIP 2 (~11kau)
Date: 17 May 2001 14:17:52
Message: <slrn9g7k7u.j5f.steve@zero-pps.localdomain>
On Tue, 15 May 2001 19:07:22 -0600, Tony[B] wrote:
>Well, here it is, after 2 days, 17 hours, 40 minutes and 34 seconds. It uses
>50 samples for the focal blur, besides the photons and the heavy
>max_trace_level, and the machine was being used for other things, so I think
>that time is justified. This was meant to be a quick test-render for the
>final version, but I think it still needs work. It doesn't look much like
>the other one. Still needs a lot of tweaking. I think I'll be faking the
>focal blur with a post_process, among other things. I was wondering if
>anyone can tell me how you would do the pointy triangles of the crown. I
>think making it out of a couple thousand (<17k) spheres in a blob {} is a
>bad idea, isn't it? :\ Maybe an isosurface can do this just as well, or some
>fancy CSG. We'll see. Thanks in advance for all comments and suggestions. :)

Blobs can have negative components you know.  Imagine how you'd make a circular
ashtray with CSG, a cylinder with the center taken out, and the a cylinder going
from left to right and one going from front to back, now use the same idea but
as a blob, one cylinder with all others negative, make the cut-out cylinders a 
bit short so they don't go over the edge, and you get a nice smooth flowing 
object.  

I hope some of that made some sence. 

I'm going to be doing a chess set for the blind when I've got all my current 
"non pov", projects out of the way. 

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  1:57pm  up 104 days, 14:45,  2 users,  load average: 1.00, 1.00, 1.00


Post a reply to this message

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