POV-Ray : Newsgroups : povray.advanced-users : Making Patterns with functions Server Time
15 Jan 2025 11:21:13 EST (-0500)
  Making Patterns with functions (Message 46 to 49 of 49)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: jr
Subject: Re: Making Patterns with functions
Date: 16 Sep 2024 08:35:00
Message: <web.66e824d9d81b8479f5bfc9b06cde94f1@news.povray.org>
"jr" <cre### [at] gmailcom> wrote:
> "Bald Eagle" <cre### [at] netscapenet> wrote:
> > ...
> > #declare S2P = function (V) {sin (tau*V/L)}
> > #declare C2P = function (V) {cos (tau*V/L)}
> > #declare T = 0.5;
> > #declare N = 1;
> > #declare Honeycomb = function (X, Y, Z) {pow(S2P(X)*C2P(Z) + S2P(Z) + C2P(X), N)
> > - pow(T, N)}
>
> plane with "Honeycomb" pattern, seen through "kaleidoscope".

a loop-able animation of the pattern.  warning -- weird ;-).

<https://drive.google.com/file/d/1Aet9noapf8SBgX2u62TTYMFYx5NfbckT/view?usp=sharing>

enjoy, jr.


Post a reply to this message

From: Bald Eagle
Subject: Re: Making Patterns with functions
Date: 4 Dec 2024 17:30:00
Message: <web.6750d737d81b84791f9dae3025979125@news.povray.org>
Finally had a moment of clarity, and figured out a fish-scale pattern that I
wanted to make.


Post a reply to this message


Attachments:
Download 'mathpatterns1.png' (64 KB)

Preview of image 'mathpatterns1.png'
mathpatterns1.png


 

From: Bald Eagle
Subject: Re: Making Patterns with functions
Date: 4 Dec 2024 17:35:00
Message: <web.6750d8fdd81b84791f9dae3025979125@news.povray.org>
"Bald Eagle" <cre### [at] netscapenet> wrote:
> Finally had a moment of clarity, and figured out a fish-scale pattern that I
> wanted to make.

And here's a modification to make it less semi-circular.


Post a reply to this message


Attachments:
Download 'mathpatterns1.png' (45 KB)

Preview of image 'mathpatterns1.png'
mathpatterns1.png


 

From: Bald Eagle
Subject: Re: Making Patterns with functions
Date: 31 Dec 2024 12:00:00
Message: <web.677421e6d81b8479d97b426e25979125@news.povray.org>
I was trying to track down something completely unrelated, and came across this
page:

National Curve Bank
A Collection of Famous Plane Curves
created in POVRAY (Persistence Of Vision RAY tracing)

https://old.nationalcurvebank.org/povray/povray.htm


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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