POV-Ray : Newsgroups : povray.binaries.images : Seekers Server Time
20 May 2025 15:24:18 EDT (-0400)
  Seekers (Message 11 to 17 of 17)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: kurtz le pirate
Subject: Re: Seekers
Date: 18 May 2025 10:51:57
Message: <6829f40d@news.povray.org>
On 14/05/2025 02:57, Robert McGregor wrote:
> POV-Ray therapy is good for the soul, especially over a long weekend - just
> playing around with some splines and materials and lighting and such...

My 2 cents contribution for strange worlds.
(low res)


-- 
kurtz le pirate
compagnie de la banquise


Post a reply to this message


Attachments:
Download 'w_skeletalcylinder.jpg' (348 KB)

Preview of image 'w_skeletalcylinder.jpg'
w_skeletalcylinder.jpg


 

From: kurtz le pirate
Subject: Re: Seekers
Date: 18 May 2025 11:00:08
Message: <6829f5f8@news.povray.org>
On 18/05/2025 16:51, kurtz le pirate wrote:
> On 14/05/2025 02:57, Robert McGregor wrote:
>> POV-Ray therapy is good for the soul, especially over a long weekend - 
>> just
>> playing around with some splines and materials and lighting and such...
> 
> My 2 cents contribution for strange worlds.
> (low res)
> 
> 

I forgot to mention that isosurface comes from MathMod "W_Skeletal 
Cylinder by Abderrahman Taha 01/11/2019"


-- 
kurtz le pirate
compagnie de la banquise


Post a reply to this message

From: Maetes
Subject: Re: Seekers
Date: 19 May 2025 06:00:00
Message: <web.682b0006531ae5e289ea88a330225ff5@news.povray.org>
kurtz le pirate <kur### [at] freefr> wrote:
> My 2 cents contribution for strange worlds.
> (low res)
> --
> kurtz le pirate
> compagnie de la banquise

I would love to have the script to create the background. Could be a good
starting point for the atmosphere of a gas giant (planet like Jupiter).
Doesn't have to be an executable script, a texture or whatever that is would be
helpful.

Greetings,
ma


Post a reply to this message

From: Thomas de Groot
Subject: Re: Seekers
Date: 19 May 2025 07:42:38
Message: <682b192e$1@news.povray.org>
Op 14/05/2025 om 02:57 schreef Robert McGregor:
> POV-Ray therapy is good for the soul, especially over a long weekend - just
> playing around with some splines and materials and lighting and such...

Very well done Robert! Gorgeous textures too.

I don't know why, but I have the impression that we are divint into 
quantum space... (must be my books at the moment on the subject) ;-)


-- 
Thomas


Post a reply to this message

From: Thomas de Groot
Subject: Re: Seekers
Date: 19 May 2025 07:46:53
Message: <682b1a2d$1@news.povray.org>
Op 18/05/2025 om 16:51 schreef kurtz le pirate:
> My 2 cents contribution for strange worlds.
> (low res)
> 
> 
More than 2 cents! Brilliant!

-- 
Thomas


Post a reply to this message

From: Thomas de Groot
Subject: Re: Seekers
Date: 19 May 2025 07:48:52
Message: <682b1aa4$1@news.povray.org>
Op 19/05/2025 om 13:42 schreef Thomas de Groot:
> ... we are divint into ...
> 
> 
divint??? must me "diving" of course.

-- 
Thomas


Post a reply to this message

From: kurtz le pirate
Subject: Re: Seekers
Date: 19 May 2025 11:15:33
Message: <682b4b15$1@news.povray.org>
On 19/05/2025 11:55, Maetes wrote:

> 
> I would love to have the script to create the background. Could be a good
> starting point for the atmosphere of a gas giant (planet like Jupiter).
> Doesn't have to be an executable script, a texture or whatever that is would be
> helpful.



It's not just a texture.

Minimum code :
// ---------------------------------------------------------------------
camera { location <40, 0, 0> up y right x*image_width/image_height 
look_at <0, 0, -10>  angle 36 }

light_source { <40, 7,  0> color (y+z)*0.5 }
light_source { <36, 7, -16> color (x+z)*0.8 }
light_source { <36, 0,  16> color (x+y)*0.5 }

sphere {
  <0,0,0>, 50
  pigment { wrinkles poly_wave 2 scale 20 turbulence 0.50 }
  finish { emission 0.30 diffuse 0.70 reflection 0.5 brilliance 4 
specular 0.60 roughness 0.005 }
  normal { wrinkles 2 no_bump_scale scale 20 turbulence 0.50 }
  }
// ---------------------------------------------------------------------


Have a good time...




-- 
kurtz le pirate
compagnie de la banquise


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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