Тёмный

Eye Shaders - Advanced Materials - Episode 12 

Ben Cloward
Подписаться 63 тыс.
Просмотров 22 тыс.
50% 1

Опубликовано:

 

22 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@pingupongu843
@pingupongu843 Год назад
Wow! Your content is an absolute goldmine, and the fact that it's free is absolutely incredible. I just wanted to let you know how grateful I am for your content. Thank you so much!
@binyaminbass
@binyaminbass Год назад
yeah, Ben's the Boss.
@HiThereImSwe
@HiThereImSwe Год назад
Thanks Ben for all your work in these series, really appreciate it!
@miyanonero3402
@miyanonero3402 Год назад
Thursday has become my favorite of the week, just like sitting in front of the TV for the cartoons as a kid. 🤣
@khanlakhno2757
@khanlakhno2757 Год назад
Omg, this is something I've been wanting to see for a long time, thank you for your hard work!
@bluereva5828
@bluereva5828 Год назад
i'm very happy that you are back ... thanks for tut ...
@alexeidmitriev6235
@alexeidmitriev6235 Год назад
One thing I noticed is that the pupil scale is just one scalar that controls the radius, yielding only round pupils. I would love to see your take on how to make different pupil shapes like cat/goat eyes. The custom node can be tinkered with and I managed to isolate x and y directions independently, but it produces 8 shaped pupils instead of an oval or a sharper almond shape you would need for a contracted cat's eye.
@stinaandthewolf
@stinaandthewolf Год назад
Would love to know this also! Need to work out how to transform the iris from human to goat for our creature.
@shadow_xts
@shadow_xts 11 месяцев назад
I am actually working on something like this right now. I am going to try to apply a set of textures made in Substance Designer to the metahuman eye’s geometry and see how that looks. I don’t think it’s possible to rely on the way this shader works to really control the iris contracting and relaxing, but it might work out well enough as is with a different texture set, provided that it just stays in its neutral state. However in order to make fully contracting eyes for the 3 different types of pupils (or more if you look at animals like squids or crabs), I think that fully custom shaders designed to work with the geometry of each case might be more adequate and precise. There is only so much you can do if your geometry is off.
@AlexanderP0494
@AlexanderP0494 Год назад
Finaly, Thanks Ben, thanks for your hard work !!
@Kyrandis
@Kyrandis Год назад
0:00 good information to keep in mind 3:08 Unity eye start 14:05 unreal eye start
@behrampatel4872
@behrampatel4872 Год назад
finally ! one day santa's gonna make ben show us the math behind this too . And that will be a12 part tutorial in itself ;D . Cheers b
@MustafaBerkeGureltol
@MustafaBerkeGureltol Год назад
I like the video. I wish you also went more in depth when it comes to parallax occlusion mapping and the subsurface scattering around the iris.
@PiterTraceurFA
@PiterTraceurFA Месяц назад
why is it so hard to find any information on making the eye lens shader itself?
@Ebani
@Ebani Год назад
Thanks! 👌🏽
@Rourker
@Rourker Год назад
Good look at the eye shaders! Thanks. Though shouldn't the highlight on the iris should be on the opposite side of the cornea specular in the Unity shader? I know you didn't make these, but I feel like that would be a relatively easy fix that would bring a big improvement to the look and feel of the eye.
@gorantrpkov446
@gorantrpkov446 Год назад
Beautiful content Ben, much appreciated! Clear and palpable explanations. Just one question, I'm trying to femiliarize myself with Unity and my work revolves around realistic character look dev for digital human. Wondering if the same you've shown here with the HDRP pipeline can be done with the URP? This is how we have everything set up for now in Unity and wondering if we're hitting a brick wall here while trying to push realism using only URP? I just realized that the list of SSS diffusion profiles available in the HDRP global settings from the project settings are nowhere to be found if your project is set up with URP instead. I do have this MG_SSS_profile available in the shader graph, just not sure how well it fares compared to what I would get with HDRP SSS shaders? Your input on this would be very much appreciated, thanks! Love your videos, they are great!
@BenCloward
@BenCloward Год назад
The goals of HDRP and URP are different. HDRP attempts to render graphics that are as realistic as possible - so it has a lot of high-end features that can also end up being quite expensive for performance. (taking longer to render on the GPU, using more texture memory, etc) For that reason, HDRP is only recommended for use on high-end PCs and the newest generation of consoles. (HDRP should not be used on mobile, older PCs, etc.) URP, on the other hand, has the goal to be as broadly compatible as possible. This means that is intended to be used on everything from a low-end Android phone all the way up to a high-end PC. Because broad platform support is the goal, URP doesn't support some features that are high-end only. Diffusion profiles and eye-specific lighting models are examples of this. Sometimes, you can imitate the look of the missing higher-end features by building more complex graphs in Shader Graph. If you're required to use URP for compatibility reasons, that's what I would do. Identify the features of the eye you want to achieve and then figure out how to do it using nodes in the graph. On the other hand - if your goal is to create the most realistic-looking characters possible, and you know that your project will not need to run on lower-end devices, you might consider switching to HDRP instead. The route you take depends on the goals of your end product.
@gorantrpkov446
@gorantrpkov446 Год назад
@@BenCloward wow, thanks Ben! That was very useful. I'll see what happens. I really want to make the case for us to use HDRP in the pipeline because it seems you can get such nice result in regards to realism and I'm just generally excited about realistic skin shaders and proper refraction shaders etc. I see that on the roadmaps they do have these scene converters planned for the future, so I'm thinking why not have both and then based on the devices used, a URP od HDRP can be chosen or loaded. Again, thanks for the advice, I'll have this in mind!
@nicholass3430
@nicholass3430 Год назад
Hello, does anyone know how to insert a custom iris texture? Or has a copy of the old eye shader (which has an iris col texture slot in the MI) Help appreciated!
@DLVRYDRYVR
@DLVRYDRYVR Год назад
Eye, Eye Captain!
@JackMartison
@JackMartison Год назад
This is not popular, but I wonder how can you make eye shine effect (so called cats eyes) so it shines when light is facing eyes in Unity?
@BenCloward
@BenCloward Год назад
Ah, you’re talking about the light reflecting off of the retina in the back of the eye, right? That would be a cool effect to add. It could probably be done with a method similar to what I did with the reflective road sign tutorial. The problem with it, though is that you’d need to have the light lined up just right to see it, so it wouldn’t be seen very often. Not sure if it would be worth the extra cost to compute.
@MichaelColinVoigt100
@MichaelColinVoigt100 Год назад
I was surprised the example Unity project had a complete sphere. Can you delete the back of the eye for optimization? And the shader network seems really complex, could you use it as is?
@BenCloward
@BenCloward Год назад
Nice to hear from you, Michael! Yes, and yes. As I mentioned in the video, since eyes are usually pretty small on the screen, it's ok to use a more expensive shader on them, since the shader isn't being used on very many pixels overall. And if you find that the shader has features you're not using, you can duplicate it and then remove them in your version.
@tunerhun
@tunerhun Год назад
Thank you!
@BenCloward
@BenCloward Год назад
Wow, really appreciate the support!
@vitaliizubarev165
@vitaliizubarev165 Год назад
Can I apply this shaders (if I create my own sclera and iris texture) to my eye model and sell it with character as an asset on 3d stocks like cgtrader and unreal marketplace? What about copyrights if I use their eye base mesh and shader?
@BenCloward
@BenCloward Год назад
These are free samples that ship with Unity and Unreal. I don't think people are going to want to buy something from you that they can download for free from the game engine companies. Since I don't own them, I can't give permission for you to use them that way. You'd need to contact an official rep from Unity and/or Epic.
@SafeZ0nee_
@SafeZ0nee_ 10 месяцев назад
Can you make the project available for me to use the shader in my game?
@BenCloward
@BenCloward 10 месяцев назад
The projects I'm showing here are already available for download from Epic (the MetaHuman project) and from Unity (the HDRP Material Samples). Let me know if you need help finding them.
@latsyrctam_4649
@latsyrctam_4649 4 месяца назад
14:00 Unreal eye shader
@LouiseChib
@LouiseChib Год назад
I need a proper tutorial for this!
@MRRadioactivNEx
@MRRadioactivNEx Год назад
yeah…
Далее
Hair Shaders - Advanced Materials - Episode 13
31:40
Просмотров 37 тыс.
Why Solo Developers Should Use Unreal
9:51
Просмотров 381 тыс.
Ozoda - Lada (Official Music Video)
06:07
Просмотров 2,9 млн
Wait for winner 🏆 😂 #shorts
00:42
Просмотров 3,5 млн
An introduction to Shader Art Coding
22:40
Просмотров 976 тыс.
The #1 Skill You NEED For Lighting in UE5
17:40
Просмотров 50 тыс.
Why Unreal Engine 5.4 is a Game Changer
12:46
Просмотров 1,3 млн
Pro Materials Are EASY Now! (Try This)
11:19
Просмотров 191 тыс.
Subsurface Scattering - Advanced Materials - Episode 8
22:01
The REAL Reason Unreal Engine VFX Looks FAKE
6:58
Просмотров 443 тыс.
5 Topology Tips That Will  Get You HIRED
34:02
Просмотров 1 млн
Sparkling Snow Shader - Advanced Materials - Episode 2
38:03
An introduction to Raymarching
34:03
Просмотров 139 тыс.