POV-Ray : Newsgroups : povray.object-collection : Yes-library Server Time
1 May 2024 01:14:34 EDT (-0400)
  Yes-library (Message 21 to 30 of 34)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 4 Messages >>>
From: yesbird
Subject: Re: Yes-library
Date: 24 Feb 2023 16:10:56
Message: <0e444b95-f42d-10bd-ce2c-9b1e6adbfd50@gmail.com>
On 24/02/2023 23:32, Mike Miller wrote:
> I think these are the right ones
Yes, they are !
Thanks for sharing, will put them into collection.
--
YB


Post a reply to this message


Attachments:
Download 'play_worms.png' (86 KB)

Preview of image 'play_worms.png'
play_worms.png


 

From: yesbird
Subject: Re: Yes-library
Date: 25 Feb 2023 23:04:27
Message: <63fada4b@news.povray.org>
On 23/02/2023 01:42, yesbird wrote:
> Here I'm starting a collection of static and animated objects,
> inspired by Roger Dean's artworks:
> https://github.com/syanenko/pov-yes

#1 - Breathing coral (https://www.youtube.com/watch?v=Xfp7ocJBziQ)
--YB


Post a reply to this message


Attachments:
Download 'coral_01.png' (519 KB)

Preview of image 'coral_01.png'
coral_01.png


 

From: yesbird
Subject: Re: Yes-library
Date: 25 Feb 2023 23:06:38
Message: <63fadace@news.povray.org>
On 23/02/2023 01:42, yesbird wrote:
> Here I'm starting a collection of static and animated objects,
> inspired by Roger Dean's artworks:
> https://github.com/syanenko/pov-yes

#2 - Fish 13 (https://www.youtube.com/watch?v=NvTMP3XGKms)
--
YB


Post a reply to this message


Attachments:
Download 'fish_13.png' (398 KB)

Preview of image 'fish_13.png'
fish_13.png


 

From: yesbird
Subject: Re: Yes-library
Date: 26 Feb 2023 14:15:57
Message: <63fbafed@news.povray.org>
On 23/02/2023 01:42, yesbird wrote:
> Here I'm starting a collection of static and animated objects,
> inspired by Roger Dean's artworks:
> https://github.com/syanenko/pov-yes

#3 - Growing stem (https://www.youtube.com/watch?v=OWSPI5r5Msc)
--
YB


Post a reply to this message


Attachments:
Download 'stem_01.png' (375 KB)

Preview of image 'stem_01.png'
stem_01.png


 

From: yesbird
Subject: Re: Yes-library
Date: 26 Feb 2023 17:17:56
Message: <63fbda94@news.povray.org>
On 23/02/2023 01:42, yesbird wrote:
> Here I'm starting a collection of static and animated objects,
> inspired by Roger Dean's artworks:
> https://github.com/syanenko/pov-yes

#4 - Weed
--
YB


Post a reply to this message


Attachments:
Download 'weed_01.png' (382 KB)

Preview of image 'weed_01.png'
weed_01.png


 

From: yesbird
Subject: Re: Yes-library
Date: 27 Feb 2023 09:25:01
Message: <63fcbd3d@news.povray.org>
On 23/02/2023 01:42, yesbird wrote:
> Here I'm starting a collection of static and animated objects,
> inspired by Roger Dean's artworks:
> https://github.com/syanenko/pov-yes

#5 - Yes-font
--YB


Post a reply to this message


Attachments:
Download 'text.png' (118 KB)

Preview of image 'text.png'
text.png


 

From: yesbird
Subject: Re: Yes-library
Date: 27 Feb 2023 13:16:49
Message: <63fcf391@news.povray.org>
On 23/02/2023 01:42, yesbird wrote:
> Here I'm starting a collection of static and animated objects,
> inspired by Roger Dean's artworks:
> https://github.com/syanenko/pov-yes

#6 - Spiral path
--YB


Post a reply to this message


Attachments:
Download 'spral_path.png' (386 KB)

Preview of image 'spral_path.png'
spral_path.png


 

From: Mike Miller
Subject: Re: Yes-library
Date: 1 Mar 2023 01:45:00
Message: <web.63fef31c7f290431a30d213ddabc9342@news.povray.org>
yesbird <sya### [at] gmailcom> wrote:
> On 23/02/2023 01:42, yesbird wrote:
> > Here I'm starting a collection of static and animated objects,

> > https://github.com/syanenko/pov-yes
>
> #6 - Spiral path
> --YB

Hi Yesbird.
Hope all is well.

While converting my old Fish13 I spent some time finding a better way to handle
some of the forms I used. I picked a method similar to CTDS with a lot less data
points. I'm using sphere_sweep cubic_splines for the body and pointy spine
shapes and 'sliced' lathe cubic splines for the fin parts. I wrote a CAD utility
for each type that converts the circle positions and radius to POV syntax. In
that process I've creating new fish model that you can use if you like.

I'll post a zip file with the POV file and images maps used in
'object-collection'.
Mike.


Post a reply to this message


Attachments:
Download 'fish_14.png' (911 KB)

Preview of image 'fish_14.png'
fish_14.png


 

From: Mike Miller
Subject: Re: Yes-library
Date: 1 Mar 2023 02:00:01
Message: <web.63fef7a57f290431a30d213ddabc9342@news.povray.org>
yesbird <sya### [at] gmailcom> wrote:
> On 23/02/2023 01:42, yesbird wrote:
> > Here I'm starting a collection of static and animated objects,

> > https://github.com/syanenko/pov-yes
>
> #6 - Spiral path
> --YB

Here's a screen grab from the CAD process used for fish14.


Post a reply to this message


Attachments:
Download 'cad setup.jpg' (486 KB)

Preview of image 'cad setup.jpg'
cad setup.jpg


 

From: yesbird
Subject: Re: Yes-library
Date: 1 Mar 2023 09:04:38
Message: <1828b162-5e5f-8f08-e5ac-370a6e25ea2a@gmail.com>
On 01/03/2023 09:39, Mike Miller wrote:
> While converting my old Fish13 I spent some time finding a better way to handle
> some of the forms I used. I picked a method similar to CTDS with a lot less data
> points. I'm using sphere_sweep cubic_splines for the body and pointy spine
> shapes and 'sliced' lathe cubic splines for the fin parts. I wrote a CAD utility
> for each type that converts the circle positions and radius to POV syntax. In
> that process I've creating new fish model that you can use if you like.
Hi, Mike.

Glad to see/read you again. Your new Fish14 is excellent - after
examining the structure and rendering, I found that it much more
detailed and realistic, than previous.

I would like to add it to collection in two variants: as you sent it,
without any modifications and colorized with my gradient techniques -
can I do it ? Also I like your approach to modelling with schemes,
I want to add them to the description as they are interesting and well-
looking too.

You mentioned plugin for CAD and yesterday I wrote the same for my C4D
to export splines, now thinking about adding spheres. This will
completely solve the problem of POV editor.

All the best,
--
YB


Post a reply to this message

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

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