Тёмный

Advanced Vertex Painting Techniques 

tharlevfx
Подписаться 15 тыс.
Просмотров 47 тыс.
50% 1

Today we have a look at how we can use Vertex Painting to create Material Blending and how we can add detail with Noise and Heightmaps.
If you want to learn more about Materials in Unreal Engine check out my new course here:
tharlevfx.gumr...
If you have any questions about Game Art VFX or the Unreal Engine then email me: tharlevfx@gmail.com
Or you can find more tutorials on my website: www.tharlevfx.com
or check out my work on the Unreal Marketplace:
www.unrealengi...
or follow me on Twitter: @tharlevfx
If you'd like to support the channel then follow me on Patreon: / tharlevfx

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

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 132   
@will_666
@will_666 3 года назад
This is the best tutorial on vertex blending I came across.
@tharlevfx
@tharlevfx 3 года назад
thanks!
@GoatOfTheWoods
@GoatOfTheWoods Год назад
Absolutely
@rouvensoezueer
@rouvensoezueer 11 месяцев назад
Dude, this was exactly what i was looking for! Nice tutorial, step by step with visualization of every level of detail you added in. I will test it now in my project, but im sure, it will make it definetly more realistic now. Thanks man!
@AlexTsekot
@AlexTsekot 2 года назад
Hey there, love your videos, as someone interested in learning more about materials your channel is gold. I would love to see a video regarding layered materials and your thoughts on the system. Feels like a bit of an untapped part of the engine as far as training goes. I've got the basic idea down but seeing something more advanced would be awesome. Keep up the great work!
@sergeyfilin5204
@sergeyfilin5204 Год назад
Amazing tutorial on vertex blending! Thank you!
@HONDOMACLEAN83
@HONDOMACLEAN83 3 года назад
@tharlevfx You're videos are so good, love the way you start off super simple then add complexity, makes it so much easier to digest. Keep up the good work Sir!
@aurelienfebvay1385
@aurelienfebvay1385 3 года назад
Your tutorial are great ! You cover most of things really simply and your tutorial are easy to follow! You literally are a life-saver for people starting Unreal Engine! Thanks a lot for doing that. Keep continuing your content we appreciate it ;)
@RadoslawKurczewski
@RadoslawKurczewski Год назад
Thank you so much mate. Absolutely awesome stuff and way in which you explain it is great.
@netrarajpun
@netrarajpun 3 года назад
Thank you, I was looking for something like this and it does help a lot.
@caebo
@caebo 13 дней назад
Awesome!
@dpq06
@dpq06 4 года назад
Fantastic stuff!
@Dext0rr
@Dext0rr 5 месяцев назад
I think we need to invert the height map before the heightlerp node so that the plaster stays in the brick joints rather than avoiding them.
@tharlevfx
@tharlevfx 5 месяцев назад
Depends on what kind of brick wall you’re making - both things can happen
@wilbru012
@wilbru012 3 года назад
you are really good sir, thank you for sharing this content!
@subashchandermarappan1441
@subashchandermarappan1441 3 года назад
Thank you tharlevfx, Good explanation. this is very impressive for my individual project. I was a bit worried to know how the vertex paint works in unreal.
@UnrealArtist
@UnrealArtist 11 месяцев назад
Duuuudee!!!! Great tutorial.
@tharlevfx
@tharlevfx 11 месяцев назад
I cover vertex painting and landscapes in more detail in my materials course, available on Gumroad
@nicolasevans-reinke3587
@nicolasevans-reinke3587 4 года назад
Excellent work learned a lot from you really appreciate these tutorials
@bihancgraphics3464
@bihancgraphics3464 4 года назад
Really nice content... you deserve more views.
@remon563
@remon563 3 года назад
one of the best tutorials on this subject I have seen (!). Some Questions: 1. Why don't you use the "MayLayerBlend_StandardWIthDisplacement?". I understood this node allows us to blend between 2 MaterialAttribute's. 2. There is also a node called "HeightLerpWithTwoHeightMaps". In it the transitionphase (VertexColor Red in our case) gets inverted, than Height Texture 1 gets added, than +1 to get A. Now A-B gives you the Alpha where B is the Heighttexture 2 added to the VertexColor after its multiplied by 2. I honestly do not understand the logic behind this math and im hoping you could provide some insights in this troubled Artist mind :P. In specific, why the 1-X on the VertexColor?
@remon563
@remon563 2 года назад
to answer my own question ;): 1. the matlayerblend_standardwithdisplacement is basically the same node as materialblend but its placed inside a material function instead of the node being hardcoded. This allows you to add or pull code from it. In this case the displacement/height has been added as an extra output in case your blending multiple layers which use height. 2. the heightlerpwithtwoheightmaps basically takes into account 2 height inputs so that you can blend the second texture using more variation, which can add more break-up when painting. You can use a grunge texture or the height from texture 2.
@S_Grez
@S_Grez Год назад
Thank you!
@-eleanore-
@-eleanore- 3 года назад
Thank you for the great tutorial! It was super helpful.
@CinematicGames94
@CinematicGames94 2 года назад
Highly Appreciated. thank you, Sir, Subscribed
@huard666
@huard666 3 года назад
Love your videos !! Thanks a lot
@forestpump3
@forestpump3 4 года назад
This looks great, thanks so much!
@hirschgrotte
@hirschgrotte Год назад
Thank you very much for this thorough tutorial! Followed everything exactly, material function working as expected, however when I try to integrate it into my master material it says I have compilation errors in my material and I can't quite figure out what's causing it... has it maybe sth to do with me using the alpha channel of my vertex colors..? Maybe it's also because I'm plugging the results of my MF directly into the Alpha of my BlendMaterialAttributes? 🤔 (Also very sorry if this is a dumb question, I'm super new to UE!)
@tharlevfx
@tharlevfx Год назад
Yeah, it’s probably a data mismatch between vectors and scalars somewhere. You should check out my material course on gumroad if you’re just starting out in ue5
@hirschgrotte
@hirschgrotte Год назад
@@tharlevfx damn, I most definitely should and will! Looks like a lifesaver :ooo thanks for all your in-depth content!!
@VikVaughnMISC
@VikVaughnMISC Месяц назад
Do you know how models in Banjo Kazooie handled vertex painting interpolation? I see all over the models on websites like noclip where textures are and aren't used, however, there are crisp borders around specific areas of the model that technically should have blending. For example: Banjo's stomach has a clearly defined perimeter that has no blending between the peach of his stomach and the brown of his fur. Was Rare using edge masks, do you know? Or is there some other technique that somehow prevents a vertices from interpolating across two separate faces its attached to? Hopefully this question makes sense to you.
@tharlevfx
@tharlevfx Месяц назад
@@VikVaughnMISC I don’t know the specifics I’m afraid but textures, uvs, or just doubled up verts would let you definite a hard edge in verts. It could also just be a contrast value in the material (or painted in another channel) so the interpolation gradient gets processed to just black and white values.
@VikVaughnMISC
@VikVaughnMISC Месяц назад
@@tharlevfx Thank you for the quick reply and the potential solutions. You've saved me a massive headache.
@momomadi2
@momomadi2 2 года назад
thanks
@MrRedaamarti
@MrRedaamarti 2 года назад
Hi , thank for the tutorial . how do you create the paramter node transition and contrast . it seems that you clicked on a shortcut to create them but didn't notify witch one it is ? Thank you
@tharlevfx
@tharlevfx 2 года назад
If you check the palette window on the right side of the ui it tells you all the keyboard shortcuts
@MrRedaamarti
@MrRedaamarti 2 года назад
@@tharlevfx thank you , i found it in fact , it's s+Left click
@ahmedcharez
@ahmedcharez 4 года назад
Very Helpful, keep up :)!
@RockssoArt
@RockssoArt 2 года назад
Thanks for the tutorial, is very useful! How about if you would like to define height values to the different materials? for example 0 to the bricks and 0.5 to the plaster/paint to have a normal map gradient on the edge of the plaster/paint? I don't know if I make any sense ...
@tharlevfx
@tharlevfx 2 года назад
So you can pack multiple painted layers into the same colour channel - it gives you a bit less accuracy though. But basically you paint a and b together, then that blend with c etc. there’s also the perturbnormal node that can generate a normal from your heightmap for things like edges between the layers
@billwrosch
@billwrosch 4 года назад
Great Content as always Tom. The edge noise trick is really useful, will definitely be using that one.
@sanjios
@sanjios 2 года назад
How to mix between landscape materials, material instances and such ? Or for example master materials, let's say like the ones in Rural Australia nonlandscape materials and materials instances. I'd love to see tutorial on this. Thanks.
@tharlevfx
@tharlevfx 2 года назад
You can’t blend between different materials/instances I’m afraid. All the blending logic needs to be in the one material. If you mean hiding seams between meshes - check out runtime virtual textures
@3xchris
@3xchris 2 года назад
Awesome tutorial, how would you add a normal to that inbetween blend so you get something like a flakey paint normal in between a brick/plaster?
@tharlevfx
@tharlevfx 2 года назад
There’s two options - you can use the vertex painted mask as a basis to generate a normal (check out my video on deriving normals in shaders) or use the same mask and a bit of math to isolate the middle grey where the transition is and blend in a third material for the normal there.
@3xchris
@3xchris 2 года назад
@@tharlevfx awesome thank you!
@jayjaygolden5123
@jayjaygolden5123 3 года назад
Is it possible to have a peeling wallpaper effect on vertex paint blending?
@tharlevfx
@tharlevfx 3 года назад
yes and no - you can only paint the surface that's there so you would struggle to get a fold of wallpaper to look like it's coming away from the wall and falling as geometry. You can definitely paint surface detail and normal information though for small bits of peeling.
@jayjaygolden5123
@jayjaygolden5123 3 года назад
@@tharlevfx how would one go about that then?
@tharlevfx
@tharlevfx 3 года назад
@@jayjaygolden5123 for a peeling wallpaper effect i would probably make a few bits of 3d mesh that look like folds of paper as they come away from the wall. Then i would set up vertex painting between the wallpaper and the under surface, with a nice transition for the underlay paper. Then after painting the surface i would place the 3d meshes around to make it appear that the wallpaper has peeled off in places in larger chunks. The combination of material and 3d mesh should hopefully sell the effect.
@jayjaygolden5123
@jayjaygolden5123 3 года назад
@@tharlevfx im wondering more aboyt the smaller normal mapped peels, how would you get those correctly placed at the edge of the vertex painted 'mask'
@tharlevfx
@tharlevfx 3 года назад
@@jayjaygolden5123 if you think of the mask as a gradient - where white is wallpaper and black is brick, for example, then you just need to place the wallpaper peeling part of the material where the gradient is close to white - ie, 0.9-1.0 wall paper, 0.75-0.9 peeling paper, 0.5-0.75 paper underlay, 0.2-0.5 peeling underlay revealing brick, 0-0.2 brick - then how you control the gradient using vertex painting will give you the transitions between the different surfaces
@thermosteel6521
@thermosteel6521 3 года назад
Thanks for the tutorial, How do I blend 3 textuers with 3 height blends on it. For example: Brick, plaster and Dirt.
@tharlevfx
@tharlevfx 3 года назад
You just need to do the same setup twice with different vertex colour channels
@thermosteel6521
@thermosteel6521 3 года назад
@@tharlevfx Thank you :)
@foxyboxi9028
@foxyboxi9028 Год назад
I am using Unreal Engine 4.27.2 and How come in your Material fuction view (16:08), The CheapContrast (S) is missing. Why is that? Also, at (16:49) You took the MF_AddNoiseToGradient's result and plugged it into Transistion Phrase (S) outlet, When I did that, it caused an Error. (My Vertex Color was plugged into Gradient (S) aswell). What is causing my error? Thanks if you respond!
@tharlevfx
@tharlevfx Год назад
What does the error say? It’s probably a function input without a default, that happens pretty often
@jamiefurey564
@jamiefurey564 Год назад
Great Video, Thank You... I wonder if you could help me? I have a problem, before I watch this video I accidentally painted one mesh and now every single Material in the Entire engine🤦‍♂️ has a stain on it. How can I change it back?
@tharlevfx
@tharlevfx Год назад
There’s an option in the vertex painting menu to revert vertex colours to imported mesh. And I think the same option if you right click on the mesh in the content browser
@jamiefurey564
@jamiefurey564 Год назад
Thanks for replying 😀 but that did not work. It's driving me mad 😂 every material has black dots all over them
@jamiefurey564
@jamiefurey564 Год назад
And when I move anything in the editer the black dots flash and move 🤦‍♂️
@tharlevfx
@tharlevfx Год назад
@@jamiefurey564 does the mesh have nanite enabled?
@jamiefurey564
@jamiefurey564 Год назад
@@tharlevfx no, I am using UE4. Could it be something to do with lighting?
@tiagoballin5827
@tiagoballin5827 2 года назад
Can I use POM with vertex painting?
@tharlevfx
@tharlevfx 2 года назад
Yeah for sure.
@AdrianoFerreira-nb8cd
@AdrianoFerreira-nb8cd Год назад
Does the orientation of the gradient change depending on the direction you paint? Because in the example it goes from 0-1 horizontally.
@tharlevfx
@tharlevfx Год назад
Yeah that’s just the example - the gradient you paint is however you want
@Pebure
@Pebure 3 года назад
Thank you so much ;-)
@DeputyChiefWhip
@DeputyChiefWhip 7 месяцев назад
yeah nice, I tried the edge noise setup, and it constantly crashes when opening the Material Function
@tharlevfx
@tharlevfx 7 месяцев назад
Sorry about that - there’s nothing particularly complex happening in the function so I’m not sure what could be causing the crash
@DeputyChiefWhip
@DeputyChiefWhip 7 месяцев назад
@@tharlevfx ah, my wording wasnt very nice, sorry mate, I have no clue what happened. I will try again. maybe its a 5.3 thing
@alintapordei7514
@alintapordei7514 2 года назад
thank's for the video! is there any way that you can save the blend as a texture/material? and use it to different mesh? thank you!
@tharlevfx
@tharlevfx 2 года назад
you can't save you vertex painting out as a texture unfortunately - you'd need to do a different setup with render targets for that. you can save the vertex painting of a mesh to the mesh itself so that it becomes the default painting for all instances of that mesh. it should just be a setting in the vertexing painting tool palette iirc.
@alintapordei7514
@alintapordei7514 2 года назад
@@tharlevfx thank you for your fast answer, I really appreciate it. The idea was that I want to have nice environment walls but with vertex paint, you need a lot of geometry, so I was thinking just to create a high-poly for the vertex paint and then apply the same material to the low poly mesh. Don't know if that I explain correctly
@tharlevfx
@tharlevfx 2 года назад
@@alintapordei7514 you don't need that high poly a mesh if you use the world space noise technique from this video to add additional detail between the painted vertices. also each mesh is probably going to want to be individually painted so i dont think there's much benefit to trying to save your painting. you can bake to vertex colours in things like maya which could be useful in your pipeline, depending on the scene you're trying to make - if you really want high detail control, just use a texture mask instead of the vertex painting - then you can paint a few variations in something like painter and just change the texture parameter in the material instance. it'll be a more expensive shader but you'll get per pixel control over your blending. - hope that makes sense!
@alintapordei7514
@alintapordei7514 2 года назад
@@tharlevfx it makes sense, just I wanted to do something a bit fast inside unreal and don't use other software, because I have some repetitive environment and don't want to spend a lot of time making it :). Thank you again for your response :)
@marconapolitano2821
@marconapolitano2821 2 года назад
Hi, your explanation was fantastic, but i have a problem when i try to apply vertex painting to a BP prefab nothing happens it only works with static meshes, is there anyway i could implement vertex painting with BP also?
@tharlevfx
@tharlevfx 2 года назад
You can import a painted mesh but that isn’t really suitable for this dynamic painting. I’m not sure unfortunately, I think no but I’ll have a look and get back to you if I find a way
@marconapolitano2821
@marconapolitano2821 2 года назад
@@tharlevfx actually I found the solution, before I was using the old method of converting my selection to BP, which converts the static meshes into Children of the root component, and that makes vertex painting impossible, so you actually need to create the BP from scratch and have a static mesh component that's not a child class.
@tharlevfx
@tharlevfx 2 года назад
@@marconapolitano2821 ah nice - good to know!
@Sportsman134
@Sportsman134 3 года назад
I didn't understand the world displacement part. Anyways, how can you paint with a third material using this technique? I was thinking maybe another vertex colour channel (lets say green), but i dont know how to combine that in. I tried using two BlendMAterialAttributes Nodes, but that did not work
@tharlevfx
@tharlevfx 3 года назад
That’s the right techniques - use red to blend the first two together then another channel, say green, to blend a third.
@Sportsman134
@Sportsman134 3 года назад
@@tharlevfx i did that using two blend nodes, but the result was a blank shader
@korakot2003
@korakot2003 11 месяцев назад
Hi quick question is height lerp usable with POM?
@tharlevfx
@tharlevfx 11 месяцев назад
I’ve not used POM much but it should be yeah
@korakot2003
@korakot2003 11 месяцев назад
@@tharlevfx Might I ask?, why do you not use POM? Is it not worth using? Is there any other way to use dynamic material with height? Thanks in advance!
@tharlevfx
@tharlevfx 11 месяцев назад
@@korakot2003 firstly I’m a vfx artist and POM is usually an environmental thing so it’s not usually my decision. Secondly it can be quite expensive to use and often looks bad from shallow angles so the results are variable. When it works it’s amazing but there’s times it definitely doesn’t. These days I would probably start with tessellation and deformation with nanite for similar details, but as always it depends on your project.
@korakot2003
@korakot2003 11 месяцев назад
@@tharlevfx Thank you!
@itzjeo5585
@itzjeo5585 Год назад
does anybody else get an error when plugging the material function into base color?
@tharlevfx
@tharlevfx Год назад
What does the error say?
@itzjeo5585
@itzjeo5585 Год назад
​@@tharlevfx Missing function input "NoiseTexture"
@tharlevfx
@tharlevfx Год назад
@@itzjeo5585 then it sounds like your function is missing a texture input. In the input settings there’s a option for Use Preview as Default - if that is set it will use what’s in the Function unless you overwrite it
@itzjeo5585
@itzjeo5585 Год назад
11:30
@aelendysfaery182
@aelendysfaery182 3 года назад
I've just discovered your channel and it's awesome ! Currently learning level design with UE4 and your tutos help me so much ! May I ask your something sir ? I found another video tutorial which seems similar to this tuto, especially the end with the edge noise trick. The vid is here : ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rumECnGptgw.html Though, his settings are differents. Just look around 10min. Then the result around 17min is just like your (the nices variations on the edge). Problem is that his video freeze like hell. I don't understand english 100% perfectly so without the video, I can't get what he does, sadly... Does his method tell you something ? Have you another tuto more similar to what he does on your channel ? I'm very curious about this thing ! It's like he does the same thing that you (a bit more customisable maybe ?) but with multiple RGB channels and some colorful noise texture (you use them in your vid called "Unreal Shader Math 101", notably) but really, I can't get what he does exactly... :-( Thank you again for all your work. Really appreciate this ! +1 subscriber !
@aelendysfaery182
@aelendysfaery182 3 года назад
Actually, the guy has a similar tuto but also the exact same pilosity... I've just noticed that, hahaha ! Just kidding... :-D
@sleuthman864
@sleuthman864 3 месяца назад
Is there a way to use more than R G B A in the painting. I am using RGB for tint colour and Alpha for the 2nd layer blending, I've run out of channels, any way to get more for things like dirt etc?
@tharlevfx
@tharlevfx 3 месяца назад
So yes and no. You can’t add more channels of data but you can use the same channel for more than one thing. You have to do a bit more math in your shader but you can divide a single data channel down to be 0-0.5 dirt and 0.5-1 wetness for example. Generally I wouldn’t use full rgb for a tint. Just use a single channel and two fixed colours. So 0 would tint red, 0.5 no tint and 1 tint blue for example. This gives you less control but does free up two channels for other uses. Hope that makes sense!
@Kelton99991
@Kelton99991 3 года назад
Nice tutorials. In all your videos I feel you are really zoomed out which makes things a bit hard to read. In unreal looks fine but would definitly be easier to read if you zoomed in 0.33x more
@tharlevfx
@tharlevfx 3 года назад
Thanks for the feedback - I try and remember to record in hd rather than 4K now so hopefully things are a bit easier to see in my later vids
@incredible5587
@incredible5587 3 года назад
one vid for 4.25 be great seems there's a little difference
@MarkOfArgyll
@MarkOfArgyll 4 года назад
Fantastic work, as usual Tom. This solution works for my stuff too, so result!
@anastasiiaradchenko9529
@anastasiiaradchenko9529 4 года назад
Wow! Thank you, this is exactly what i needed now))
@loveparmar1
@loveparmar1 2 года назад
how do i vertex paint and save it in ue5
@ДартВейдер-х8щ
@ДартВейдер-х8щ 3 года назад
Thank you. Its very cool trick!
@qwetry-j2u
@qwetry-j2u 3 года назад
Hi tharlevfx, I have a question for you. Actually I asked it yesterday here in the comments, but for some reason it has disappeared. I hope it's just a youtube bug, so I'll ask it again if you don't mind. I'd like to add one feature to material blending which I believe make its even more realistic and believable. Basically it's kind of a slope on the edge between two materials, showing a difference in height for the brick and the plaster layers. Hope you can imagine what I'm talking about. Could you please explain or make a tutorial on how to achieve that? Thank you!
@tharlevfx
@tharlevfx 3 года назад
Yeah I got an email about the comment but couldn’t find it. You need to have a look at Pom and generating normals in the shader to get a nice edge between the surfaces - I’ll add it to my list for future videos!
@TheAjecker
@TheAjecker 3 года назад
amazing video, thanks
@pawpotsRS
@pawpotsRS 4 года назад
for example I will add a worldalignedblend "SNOW" at the end of blendmatattrib how can I do that? Lerp and HeightLerp doesn't work.
@tharlevfx
@tharlevfx 4 года назад
if you're painting between materials then you need to either use BlendMaterialAttributes or Break and MakeMaterialAttributes so that you're only blending the right thing each time. If you want to paint flatter normals then just lerp between 0,0,1 and your normal map and paint a mask for the Alpha - 0,0,1 is a flat surface so you can paint how much influence the normal map has.
@pawpotsRS
@pawpotsRS 4 года назад
@@tharlevfx Hi thanks, I didn't use breaks or make this time and just directly dotted them in the material I think that's only work for me /for now. thanks man! btw your tips is really awesome, saves my life in game dev.
@fran.fernandez
@fran.fernandez 2 года назад
how about the paint texture?
@tharlevfx
@tharlevfx 2 года назад
What about the paint texture?
@fran.fernandez
@fran.fernandez 2 года назад
@@tharlevfx people always show vertex painter tool but next tab is paint texture. I tried but UE4 crash as soon I draw something . Do you know how it works?
@tharlevfx
@tharlevfx 2 года назад
@@fran.fernandez so in theory you can paint texture masks in unreal but I’ve never used it. I’ll try it out in a future video maybe!
@cmds.learning7426
@cmds.learning7426 4 года назад
reallycool
@CarlosMedinaandresmedia
@CarlosMedinaandresmedia 3 года назад
awesome tutorial, ammm for some reason I can not get the same result as the function(MF_addnoise), I made the same structure but im getting a linear gradient, any clue?
@tharlevfx
@tharlevfx 3 года назад
check your function inputs - the default preview is a gradient but that should be able to be overridden by whatever noise you plug in to it
@CarlosMedinaandresmedia
@CarlosMedinaandresmedia 3 года назад
@@tharlevfx Thnks Sr. you rock
@fernandobaquiran6837
@fernandobaquiran6837 3 года назад
@@tharlevfx I'm teaching myself Unreal engine because my son is into it as part of his college course and I want to understand what he does. I was generally able to copy your instructions very well but like Mr. Media I'm getting an error with my MF_AddNoise function. Sorry if I seem ignorant but what do you mean exactly to check the function inputs? Also is that a TextureObject expression at the lower left? I used the T_Default_macrovariation sample but now in the texture sample it shows plain white and not the texture? I'm guessing I did something wrong there?
@tharlevfx
@tharlevfx 3 года назад
@@fernandobaquiran6837 the function is set up with inputs that allow you to change the data that you're passing into the function. the default i set up was just a simple gradient so you can see the effect working, but you want to be able to override that with whatever data you need. TextureObject and TextureSample aren't the same thing - an Object is just a reference to a texture file directly, a Sample looks up the colour data in a texture, via uv's, and returns the RGB values - you can convert one to the other by the right click menu. Hope that helps!
@fernandobaquiran6837
@fernandobaquiran6837 3 года назад
@@tharlevfx thanks for the quick reply! Yes it helped. Now I'm going to try to continue the part where you said more materials can be added. Do you have a video about that?
@sexyquadz7537
@sexyquadz7537 10 месяцев назад
hello i need help, hello, i have been trying to find out a solution on how to use vertex paint from blender to help guide material placement onto a model, let me say it is a window, it has a wooden frame, a metal frame and glass... i have seperated all these material elements by vertex color in blender, all i want is to bring it to unreal engine, be able to setup material instances of glass, wood and metal so as i can plug them into a master material that identifies the vertex paint in a mesh, separates each vertex color on its own and i can apply individual material instances per vertex paint group... i have looked everywhere and everyone is howing how to blend two textures with vertex paint... i want to be able to apply specific material instances on various vertex paint sections of the model and can utilize it on other models... please
@tharlevfx
@tharlevfx 10 месяцев назад
I don’t think you can do what you’re asking I’m afraid. You can make a shader where red = wood, green = metal, blue = glass but you can’t dynamically assign different material instances to different colours I’m afraid
Далее
How To Setup Vertex Painting In Unreal Engine 5
19:12
Офицер, я всё объясню
01:00
Просмотров 3,2 млн
Vertex Painting in UE4/5
17:47
Просмотров 56 тыс.
Intro to Vertex Colour [Unreal Engine]
28:06
Просмотров 33 тыс.
Why Battle Ram is Good for Clash Royale
32:16
Просмотров 107 тыс.
Introducing EasyMapper for Unreal Engine 5
28:47
Просмотров 234 тыс.
Unreal Engine Materials in 6 Levels of Complexity
44:12
UE4 - Lighting Exterior Scenes (The Basics)
54:45
Просмотров 135 тыс.