POV-Ray : Newsgroups : povray.general : Post something Server Time
16 Apr 2026 09:36:36 EDT (-0400)
  Post something (Message 31 to 40 of 45)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 5 Messages >>>
From: Bald Eagle
Subject: Re: Post something
Date: 8 Apr 2026 11:55:00
Message: <web.69d679714fed6263581949eb25979125@news.povray.org>
"Kenneth" <kdw### [at] gmailcom> wrote:

> I wonder if others see the same thing?

I (obviously) did not.
Try pasting into archive.org's Wayback Machine and use the archived page.

- BE


Post a reply to this message

From: Alain Martel
Subject: Re: Post something
Date: 8 Apr 2026 13:02:22
Message: <69d68a1e$1@news.povray.org>
Le 2026-04-08 à 09:46, Kenneth a écrit :
> "Bald Eagle" <cre### [at] netscapenet> wrote:
>>
>> https://www.geocities.ws/povstairs/
>>
> 
> Using Firefox: When I go to that URL, I *briefly* see the intended page, which
> is then interrupted by another page requiring 'notifications' to be sent to me;
> otherwise I can't access it. I don't know if that's a Geocities thing, or if the
> site is being hijacked. In any case, I don't like having to accept notifications
> just to see a page.
> 
> I wonder if others see the same thing?
> 
> 
> 
> 
Also using Firefox and no problem.
Check your antivirus and other security application. Maybe it's over 
zealous.


Post a reply to this message

From: MichaelJF
Subject: Re: Post something
Date: 8 Apr 2026 14:39:19
Message: <69d6a0d7$1@news.povray.org>
Am 08.04.26 um 19:02 schrieb Alain Martel:
> Le 2026-04-08 à 09:46, Kenneth a écrit :
>> "Bald Eagle" <cre### [at] netscapenet> wrote:
>>>
>>> https://www.geocities.ws/povstairs/
>>>
>>
>> Using Firefox: When I go to that URL, I *briefly* see the intended 
>> page, which
>> is then interrupted by another page requiring 'notifications' to be 
>> sent to me;
>> otherwise I can't access it. I don't know if that's a Geocities thing, 
>> or if the
>> site is being hijacked. In any case, I don't like having to accept 
>> notifications
>> just to see a page.
>>
>> I wonder if others see the same thing?
>>
>>
>>
>>
> Also using Firefox and no problem.
> Check your antivirus and other security application. Maybe it's over 
> zealous.

Using Firefox, I get a brief glimpse of a website displaying POV-Stairs 
macros, but a few seconds later I’m redirected to a porn site. As far as 
I know, Geocities has been offline since 2009. Perhaps someone is trying 
to lure visitors to their website using old content.

Best regards
Michael


Post a reply to this message

From: Clarence1898
Subject: Re: Post something
Date: 8 Apr 2026 17:30:00
Message: <web.69d6c7624fed62638db55336e0accf30@news.povray.org>
"Kenneth" <kdw### [at] gmailcom> wrote:
> "Bald Eagle" <cre### [at] netscapenet> wrote:
> >
> > https://www.geocities.ws/povstairs/
> >
>
> Using Firefox: When I go to that URL, I *briefly* see the intended page, which
> is then interrupted by another page requiring 'notifications' to be sent to me;
> otherwise I can't access it. I don't know if that's a Geocities thing, or if the
> site is being hijacked. In any case, I don't like having to accept notifications
> just to see a page.
>
> I wonder if others see the same thing?

I went too that website in duckduckgo.  Briefly saw the staircase page that was


Post a reply to this message

From: Clarence1898
Subject: Re: Post something
Date: 8 Apr 2026 17:45:00
Message: <web.69d6c93e4fed62638db55336e0accf30@news.povray.org>
"Clarence1898" <dle### [at] comcastnet> wrote:
> "Kenneth" <kdw### [at] gmailcom> wrote:
> > "Bald Eagle" <cre### [at] netscapenet> wrote:
> > >
> > > https://www.geocities.ws/povstairs/
> > >
> >
> > Using Firefox: When I go to that URL, I *briefly* see the intended page, which
> > is then interrupted by another page requiring 'notifications' to be sent to me;
> > otherwise I can't access it. I don't know if that's a Geocities thing, or if the
> > site is being hijacked. In any case, I don't like having to accept notifications
> > just to see a page.
> >
> > I wonder if others see the same thing?
>
> I went too that website in duckduckgo.  Briefly saw the staircase page that was
>

immediately followed by the message: This <webpage> can't be found

When I posted the previous message the line containing the message page name was
deleted.  Sent it from firefox on win 11.

The page was whicoosparabed.com


Post a reply to this message

From: ingo
Subject: Re: Post something
Date: 10 Apr 2026 11:17:58
Message: <69d914a6$1@news.povray.org>
---%<---%<---%<---%<
#version 3.7;
global_settings{assumed_gamma 1}
#default{ finish{ambient 0.1 diffuse 0.9}}
camera {
   orthographic
   location <0,0,1> look_at 0
   right x*image_width/image_height
}

#declare Chladni = function(x,y,z,A,B,C,L,M,N){
   (A * sin(pi * L * x) * sin(pi * M * y) * sin(pi * N * z) +
   B * sin(pi * M * x) * sin(pi * N * y) * sin(pi * L * z) +
   C * sin(pi * N * x) * sin(pi * L * y) * sin(pi * M * z)) / (A+B+C)
}

box {
   <-0.5, -0.5, 0>, <0.5, 0.5, 0>
   texture {
     pigment {
       function{Chladni(x,y,z,3.3,4.0,1.0,2.3,3.8,2.1)}
       color_map {
          [0 rgb 0]
          [0 rgb 1]
          [0.05 rgb 1]
          [0.05 rgb 0]
       }
     }
     translate <0,0,0.8>
     scale 0.15

     finish {
       ambient 1.0
       diffuse 0.0
     }
   }
}
---%<---%<---%<---


Post a reply to this message


Attachments:
Download 'chladni.png' (90 KB)

Preview of image 'chladni.png'
chladni.png


 

From: Bald Eagle
Subject: Re: Post something
Date: 10 Apr 2026 12:40:00
Message: <web.69d927064fed626376d02faa25979125@news.povray.org>
Ah, the good ole' Chladni functions  :)

I've played around with these in both 2D and 3D.  I think it takes some time to
evaluate all the possibilities and choose the really good patterns that emerge.

The Chladni patterns remind me of the Zernicke polynomials that I investigated
when exploring lens distortions that cause and relieve astigmatism.

And then there are the spherical harmonics and the atomic oribitals.

Presumably there are a lot more related phenomena that could be pressed into
service for 2D patterns and 3D shapes.

It would be even nicer if there exists a way to interpolate between them.

I have an idea for interpolating between all of the 16 different Boolean
operations via Grey code numbers along the edges connecting the vertices of a
hypercube . . .

.... which may require time expansion, insomnia, and something stronger than
coffee and a gin & tomic.

- BE


Post a reply to this message

From: kurtz le pirate
Subject: Re: Post something
Date: 10 Apr 2026 13:06:12
Message: <69d92e04$1@news.povray.org>
On 08/04/2026 20:39, MichaelJF wrote:

> 
> Using Firefox, I get a brief glimpse of a website displaying POV-Stairs 
> macros, but a few seconds later I’m redirected to a porn site. As far as 
> I know, Geocities has been offline since 2009. Perhaps someone is trying 
> to lure visitors to their website using old content.
> 

Neither the website nor Firefox is to blame.
Your computer is simply infected with malware ;)




-- 
kurtz le pirate
compagnie de la banquise


Post a reply to this message

From: kurtz le pirate
Subject: Re: Post something
Date: 10 Apr 2026 13:16:28
Message: <69d9306c$1@news.povray.org>
On 10/04/2026 17:17, ingo wrote:

> 
> #declare Chladni = function(x,y,z,A,B,C,L,M,N){
>    (A * sin(pi * L * x) * sin(pi * M * y) * sin(pi * N * z) +
>    B * sin(pi * M * x) * sin(pi * N * y) * sin(pi * L * z) +
>    C * sin(pi * N * x) * sin(pi * L * y) * sin(pi * M * z)) / (A+B+C)
> }
> 


Chladni patterns... another area I wanted to explore but never got 
around to. Congrats on this “simple” code, too


-- 
kurtz le pirate
compagnie de la banquise


Post a reply to this message

From: Bald Eagle
Subject: Re: Post something
Date: 10 Apr 2026 13:40:00
Message: <web.69d9352a4fed626376d02faa25979125@news.povray.org>
kurtz le pirate <kur### [at] freefr> wrote:

> Chladni patterns... another area I wanted to explore but never got


Maybe this absolute classic will inspire you to forge ahead:

https://www.youtube.com/watch?v=tFAcYruShow

- BE


Post a reply to this message

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

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