I really like chunky clouds.
seen from China
seen from China
seen from Germany
seen from United States
seen from United States
seen from Finland
seen from Czechia

seen from Australia

seen from Netherlands
seen from Sweden
seen from China
seen from Netherlands

seen from Türkiye
seen from United States

seen from United States
seen from United Kingdom

seen from United States

seen from Italy
seen from United States
seen from United Kingdom
I really like chunky clouds.
Some Unity Stencil Shader testssssss
Its the Spider-Verse Portal!!
I miiight use it for like, a VRChat Spawn animation
But we'll see!!!
elipse shader
X-Ray efekti videosunu sonunda çekebildim yükleyebildim.
Sırada basit bir hava durumu uygulaması için video çekmek kaldı. Uygulama basit zaten hallettim sayılır. Sadece, bir şeyler üretmek için bu kadar vakit geçmesi, kendimi geç toparlamış olmam canımı sıkıyor.... 0 yalan.
Neyse, 2 gün sonra hava durumu gelir, daha sonrasında tamamen Doktor Çare üzerinde uğraşmaya devam edeceğim. Onun da aslında çok işi kalmadı ama... Götümü kaldırabilirsem işte, özellikle modelleme kısmı için çok sabır gerekiyor ve bende sadece gramlarca kaldı.
Taking the long weekend to do a fire shader with customisable properties. #gameartist #unity3d #shadergraph #shader #videogameart #vfx #vfxartist #vfxbreakdown #stylisedart #flame #fire #firecamp (at Montreal, Quebec) https://www.instagram.com/p/B-7i0a_gpCp/?igshid=66o6druej7xd
Simple Water Shader using Shader Graph
Hey, during my current development I discovered a nice and simple way to create a clean and fast water shader.
It took me only about 10 youtube videos to put the different parts together, but you don't have to anymore. There is of course still room for improvements, I'm not an expert, but its incredible what you can create in a couple minutes using shader graph, compared to coding everything yourself.
To start off, you need a water normal map like this, there are plenty on google, creating one yourself is a topic for another time.
Now be sure to open unity and install the shader graph (currently only working for the hd and lightweight render pipeline).
In the end, you will have something like this.
At first were adding a time node, because we want something to be moving, the viewer should get the illusion that the water is actually flowing. Now multiply that with a vector1 that resembles the speed of the animation. I also exposed this one so we can edit it within the Inspector later. (Just right click - convert to property). As you might have already noticed, in this water shader are two textures that are moving at different speeds, so create two new multiply nodes after the first one. Now multiply the value with the x-axis of a vector2 node. (-1 seems to work fine, just try different values)
Create two tiling and Offset nodes now and plug the multiply nodes into the offsets.
Now create two sample texture 2D nodes and input your water normal texture and plug the tiling and Offset nodes into the UV slots. After that, combine both with a normal blend to create our final normal map. You can plug that into the normal channel of your master node now.
Now to the color, which is not too hard, because, as you know, water takes most of its color from the environment. But we want to tint it anyway. To get a cooler effect, we start with a Fresnel Effect node that will serve as a mask for different colors for the outer and inner parts. Now create a Power node and a Vector1 and combine the Vector and the Fresnel in the Power node to soften the effect. Next, create two Color nodes (I exposed these too) and plug them into a Lerp node. And Last but not least the Power node into the T slot of the Lerp node. That's our final BaseColor, so plug that into your master node.
Now, you may want to check that your smoothness value is pretty high up, something around 0,80 works pretty fine.
In the end, your node tree should look something like this.
Now you got your own simple water shader.
Hope this was helpful,
Hanesto