POV-Ray : Newsgroups : povray.binaries.animations : Fish 13 cloned Server Time
28 Mar 2024 18:30:44 EDT (-0400)
  Fish 13 cloned (Message 1 to 3 of 3)  
From: yesbird
Subject: Fish 13 cloned
Date: 25 Feb 2023 22:27:04
Message: <63fad188$1@news.povray.org>
Another one object from Yes-library (https://github.com/syanenko/pov-yes):

https://www.youtube.com/watch?v=NvTMP3XGKms
--
YB


Post a reply to this message

From: Mike Miller
Subject: Re: Fish 13 cloned
Date: 27 Feb 2023 17:05:00
Message: <web.63fd28df6609dccaa30d213ddabc9342@news.povray.org>
yesbird <sya### [at] gmailcom> wrote:
> Another one object from Yes-library (https://github.com/syanenko/pov-yes):
>
> https://www.youtube.com/watch?v=NvTMP3XGKms
> --
> YB

Nice!...all these models you're putting together look great. Is that a custom
shader you're applying?  I know you mentioned cell shading.

I'll try to get some other objects your way (bugs, snails, plants...). I got
pulled into another project but will return soon. :)
Best regards,
Mike.


Post a reply to this message

From: yesbird
Subject: Re: Fish 13 cloned
Date: 27 Feb 2023 17:44:07
Message: <c1c83a85-ba27-8f07-e27a-28763af6662a@gmail.com>
On 28/02/2023 01:04, Mike Miller wrote:
> Nice!...all these models you're putting together look great. Is that a custom
> shader you're applying?  I know you mentioned cell shading.

Thanks, Mike.
I'm glad that you are not disappointed by my games with your models.

This is a hand-made 'shader' that works very simple, by applying
following textures to different parts of the models:
--------------------------------------------------------------------
#declare tex_01 =
texture {
	pigment { gradient y        // Play with it.
	 	  color_map { jet } // Use pre-defined colormap.
	          scale 100         //
	          rotate 0          // Play with transforms too.
	          translate -40 }   //
	normal { bumps scale 0.08 }
}
--------------------------------------------------------------------
By shifting gradients and transforms we can apply different segments of
colormap to object's parts, achieving a wide range of palettes.

Set of colormaps are here:
https://github.com/syanenko/pov-colormaps

> I'll try to get some other objects your way (bugs, snails, plants...). I got
> pulled into another project but will return soon. :)

Will be glad to play with old/new toys from your archive, wish you good
luck with your present project, looking forward to you coming back.

All the best,
--
YB


Post a reply to this message

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