Make a Space-Scape Using Affinity Photo's Procedural Texture Filter

Описание к видео Make a Space-Scape Using Affinity Photo's Procedural Texture Filter

In this video, I show how to make a space-scape using Affinity Photo's procedural texture filter.

Stars
var v=vec2(rx,ry)*a/w; pow(noisei(v),b*10)

Saturate
smoothsteplin(e1,e2,average(R,G,B))

Stars 4
var v=vec2(rx*cos(th)-ry*sin(th),rx*sin(th)+ry*cos(th))*a/w;
var s=pow(noisei(v),b*10);
smoothsteplin(e1,e2,s*osccr(v.x-.5,v.y-.5))

Nebula
var v0=vec2(rx,ry)*a/w;
var v=v0+t1/4*dirsc(v0*ts);
osc(c*perlinhcubic(v,o,s))*perlinhcubic(v/2,o,s/4)+of

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:51 Stars
7:01 Four pointed stars
12:35 Nebula

Комментарии

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