POV-Ray : Newsgroups : povray.binaries.images : N240SY0.0000001 Server Time
27 Jul 2024 18:20:19 EDT (-0400)
  N240SY0.0000001 (Message 14 to 23 of 33)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: yesbird
Subject: Re: N240SY0.0000001
Date: 8 May 2024 09:26:33
Message: <663b7d89$1@news.povray.org>
On 08/05/2024 16:17, William F Pokorny wrote:
> I've been playing too with your scene. :-)

Could you please share a code of this 'moss and grass' ?
--
YB.


Post a reply to this message

From: ingo
Subject: Re: N240SY0.0000001
Date: 8 May 2024 10:05:00
Message: <web.663b85ba608f7b9417bac71e8ffb8ce3@news.povray.org>
William F Pokorny <ano### [at] anonymousorg> wrote:

> I've been playing too with your scene. :-)


A Tribble :)

ingo


Post a reply to this message

From: Alain Martel
Subject: Re: N240SY0.0000001
Date: 8 May 2024 10:49:34
Message: <663b90fe$1@news.povray.org>
Le 2024-05-08 à 08:43, ingo a écrit :
> "Bald Eagle" <cre### [at] netscapenet> wrote:
>> "ingo" <nomail@nomail> wrote:
> 
>> Hey - this is a really good one.
>> It looks like a white blood cell from Asimov's _Fantastic Voyage_!
>>
>> Could you share how you achieved this result?
> 
> In the scene file in the first post use
> 
> sphere{0,1,-0.8 scale <1,0.00021,1> Point_At_Trans(Normal) translate
> Normal*Distance*1.2}
> 
> inside the blob loop
> 
> and this for the lighting:
> 
> light_source{< -300, 3000,   0> rgb <0.3,0.35,0.2>}
> light_source{< 3000,  300,-500> rgb .5}
> light_source{< 700,  300,-500> rgb <0.4,0.2,0.0>}
> light_source{< -300,-3000,   0> rgb <0.2,0.2,0.6>}
> 
> There is no control over the modelling, it is an intersection of many blob and
> the blobs are scaled "thin". It would not surprise me if the result is also OS
> dependent.
> 
> Here's an other one, from the same scene file settings: N24SY0.0001
> 
> ingo
> 
> 
My rendering result in a Voronoy faceted sphere.


Post a reply to this message

From: Alain Martel
Subject: Re: N240SY0.0000001
Date: 8 May 2024 10:52:42
Message: <663b91ba@news.povray.org>
Le 2024-05-08 à 00:57, ingo a écrit :
> Alain Martel <kua### [at] videotronca> wrote:
>> Le 2024-05-07 à 02:35, ingo a écrit :
> 
>>>       //sphere{0,1,-0.8 scale <1,0.0000001,1> Point_At_Trans(Normal) translate
>>> Normal*Distance*1.2}
>>>     #end
>>>     pigment{rgb 1}
>>> }
> 
> 
>> My render don't look even remotely like your image, and I didn't change
>> anything.
> 
> Alain,
> 
> did you render with the last sphere option?
> 
> ingo
> 
> 
> 
I rendered without any change, using the commented line :
sphere{0,1,-0.8 scale <1,0.01,1> Point_At_Trans(Normal) translate 
Normal*Distance*1.2}

Will try with the other options.


Post a reply to this message

From: Alain Martel
Subject: Re: N240SY0.0000001
Date: 8 May 2024 11:06:36
Message: <663b94fc@news.povray.org>
Le 2024-05-08 à 00:57, ingo a écrit :
> Alain Martel <kua### [at] videotronca> wrote:
>> Le 2024-05-07 à 02:35, ingo a écrit :
> 
>>>       //sphere{0,1,-0.8 scale <1,0.0000001,1> Point_At_Trans(Normal) translate
>>> Normal*Distance*1.2}
>>>     #end
>>>     pigment{rgb 1}
>>> }
> 
> 
>> My render don't look even remotely like your image, and I didn't change
>> anything.
> 
> Alain,
> 
> did you render with the last sphere option?
> 
> ingo
> 
> 
> 
Added #switch(frame_number), a few #case(n)...#break and rendered with +kff7
First one : Rounded faceted sphere
Second : Sharp faceted sphere
Third : Pockmarked sphere
Fourth and following : It get fuzzy.


Post a reply to this message

From: William F Pokorny
Subject: Re: N240SY0.0000001
Date: 8 May 2024 11:31:33
Message: <663b9ad5$1@news.povray.org>
On 5/8/24 09:26, yesbird wrote:
> Could you please share a code of this 'moss and grass' ?

Attached is something like what I used - it produces the bottom part of 
the attached image... The coloring comes from Ingo's light colors.

I don't have the original scene anymore as I was playing with this and 
that. Plus, I was using my yuqk fork for which the "numerical issues" 
are a little different the official releases of POV-Ray. This shown in 
the top row of the attached image where on the left is Ingo's original 
at 1e-3 and the same rendered with the yuqk fork on the right(*)

The biggest changes for the fuzzier results was not using the larger 
positive sphere and changing the negative squashed spheres into positive 
components.

Bill P.

(*) - Part of what is happening in the original posted scene is that as 
we scale down in y, except for the edges, the negative components start 
to cleave off little round bits of the  larger sphere rather than blunt 
it in a faceted way. The yuqk fork shows this a little better, because 
it's numerical accuracy with blobs is a little better.


Post a reply to this message


Attachments:
Download 'ingo_blobnumeric_3.jpg' (69 KB) Download 'ingo_blobnumeric_3.pov.txt' (2 KB)

Preview of image 'ingo_blobnumeric_3.jpg'
ingo_blobnumeric_3.jpg

From: yesbird
Subject: Re: N240SY0.0000001
Date: 8 May 2024 11:45:02
Message: <663b9dfe@news.povray.org>
On 08/05/2024 18:31, William F Pokorny wrote:
> Attached is something like what I used - it produces the bottom part of 
> the attached image... The coloring comes from Ingo's light colors.

Thanks for sharing scene and detailed comments, right 'out of the box'
it looks completely different (attached), but I will try to tune it up.

Now I'm thinking about adding it and similar abstract scenes
to https://povlab.online in separate section - 'artifacts' :)
--
YB.


Post a reply to this message


Attachments:
Download 'ingo_blobnumeric_3.png' (130 KB)

Preview of image 'ingo_blobnumeric_3.png'
ingo_blobnumeric_3.png


 

From: Bald Eagle
Subject: Re: N240SY0.0000001
Date: 8 May 2024 12:15:00
Message: <web.663ba400608f7b9495196c9d25979125@news.povray.org>
yesbird <sya### [at] gmailcom> wrote:


> Now I'm thinking about adding it and similar abstract scenes
> to https://povlab.online in separate section - 'artifacts' :)

That would make a cool animated eclipse!


Post a reply to this message

From: Bald Eagle
Subject: Re: N240SY0.0000001
Date: 8 May 2024 12:15:00
Message: <web.663ba445608f7b9495196c9d25979125@news.povray.org>
William F Pokorny <ano### [at] anonymousorg> wrote:
> This shown in
> the top row of the attached image where on the left is Ingo's original
> at 1e-3 and the same rendered with the yuqk fork on the right(*)

The one on the left could be further modified to produce some nice crater
impacts.


Post a reply to this message

From: yesbird
Subject: Re: N240SY0.0000001
Date: 8 May 2024 12:35:30
Message: <663ba9d2$1@news.povray.org>
On 08/05/2024 19:10, Bald Eagle wrote:
> That would make a cool animated eclipse!
> 
Exactly ! Total eclipse of tennis ball(s)...
--
YB


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.