Scales Effect using Affinity Photo's Procedural Texture Filter

Описание к видео Scales Effect using Affinity Photo's Procedural Texture Filter

In this video, I show how to create a scales effect using Affinity Photo's procedural texture filter. This can be used to create something resembling lizard or dragon scales.

Scales:
var v=vec2(abs(rx)*5*i3,ry)*a/w; var t1=cellnoisedist(v.x,v.y,b)*4*i1+of1; var t2=cellnoisedist(v.x*5*i4,v.y*5*i4,b)*4*i2+of2; var t3=perlinhcubic(v/c,7,s); serp(t1,t2,t3)

Phong 0:
var v=vec2(abs(rx)*5*i3,ry)*a/w; var t1=cellnoisedist(v.x,v.y,b)*4*i1+of1; var t2=cellnoisedist(v.x*5*i4,v.y*5*i4,b)*4*i2+of2; var t3=perlinhcubic(v/c,7,s); serp(t1,t2,t3)

Reptile Skin Shader
   • Reptile Skin Shader Tutorial in Blend...  

Cell Noise Pattern:
   • Cell Noise Pattern with Affinity Phot...  

Voronoi Noise Comparison:
   • Voronoi Noise Comparison in Affinity ...  

Easy Normal Map:
   • Easy Normal Map with Affinity Photo  

Phong Lighting:
   • Phong Lighting with Affinity Photo's ...  

Bump Map Surface Texture:
   • Bump Map Surface Texture with Affinit...  

Procedural Textures Playlist:

   • Procedural Textures with Affinity Photo  

The Procedural Texture filter and related information can be found on Affinity Photo's website:

https://affinity.help/photo/en-US.lpr...

0:00 Introduction
0:54 Setting up a cell noise pattern
8:44 Setting up the gradient map
13:36 Lighting effects

Комментарии

Информация по комментариям в разработке