Impressive! I love the format of speeding up operations in the background and glossing over the exact nodes used, it makes the tutorial much more pleasant for people who already know the basics of UE. And the drawings are really handy to help understand what’s going on. Thanks!
@carlogaetanonovara Жыл бұрын
Wow, the effect obtained to simulate depht of field really impressed me! Also your drawings are helping a lot to understand the process
@kbkmn8 ай бұрын
Lucas Pope in Return of the Obra Dinn somehow managed to map pattern/noise texture to objects so they move with them and not just sitting in screen space. It would be absolutely awesome to learn how to approach this
@VisualTechArt8 ай бұрын
I think something can be done if you move the shader from the post process to the object... I should experiment with that :D
@mncr136 ай бұрын
@@VisualTechArt What approaches would you consider? I am actually in the process of applying that technique on an Unreal project and I can't really find many resources, any hint/suggestion would be very much appreciated, grazie mille :) also thanks so much for your videos they are super clear!
@RwanLink9 ай бұрын
I love your videos! Keep it up! Do you know how we could make a water color painting visual style with paint strokes ?
@VisualTechArt9 ай бұрын
How to make it properly... Not yet xD Hopefully one day!
@otsoya Жыл бұрын
Amazing, as usual ! Will def try messing with it today! Thanks for all these valuable tuts ! Maybe you can consider doing a Moebius-like as a continuation of the stylized series of tuts ? :) Have a good day !
@VisualTechArt Жыл бұрын
Moebius is a different beast but definitely going to try sooner or later :D
@otsoya Жыл бұрын
@@VisualTechArt can't wait ! thanks again for everything you're providing ! :)
@stop-motion-verse10 ай бұрын
Great tutorial, thank you! I can not seem to get "collapse to function" in my Unreal editor. I can only do a regular collapse into one node. Any thoughts? Thanks.
@VisualTechArt10 ай бұрын
I normally just do a function and replace all the nodes xD
@nhantung9235 Жыл бұрын
cool tip
@danlok67026 ай бұрын
Great job. What about unrecord? somehow they got into the realistic colors of the picture too well. how can this be achieved?
@VisualTechArt6 ай бұрын
What do you mean?
@danlok67026 ай бұрын
@@VisualTechArt these are the colors of the objects. this is clearly not colored through lut. most likely, this is post-processing material, but it only affects the shades of objects. if you use the same objects in the scene, the difference will be even more noticeable compared to the game trailer.
@Xerpontar Жыл бұрын
I can't find the append node with four inputs. What's it called?
@VisualTechArt Жыл бұрын
Append4, but maybe it's because of the UE version you're using, it's a recent addition
@Xerpontar Жыл бұрын
I'm using 5.3.2, but I'm still not seeing it in the list. I only see the Append and AppendMany nodes, and neither gives the result you're showing in the video. Is there a plugin or optional feature I need to enable?
@VisualTechArt Жыл бұрын
If you use multiple ordinary appends in the correct order it's the same:)
@Argo123769 ай бұрын
maybe it called AppendVector
@sanovictus5 ай бұрын
@@Xerpontar Did you ever find a solution?
@pike_perch63977 ай бұрын
I got to 13:48. Only the yellow color is displayed, and the rest of the colors are shown in the upper left corner. I checked the entire lesson, but I didn't find an explanation for why that might be the case. Can you tell me what could be wrong?
@VisualTechArt7 ай бұрын
Can't really say, but if one of your inks is working properly there must be something wrong in the others... At worst you can duplicate the chunk of nodes for the working one and change rotation and colour to it xD
@EmmanuelAbrahamTheofilus6 ай бұрын
I tried changing all of the grid rotation to 0 on the constant 4 and it worked, not sure why...
@Tommy-sx9kg Жыл бұрын
This looks like it could be used really conservatively to simulate camera bocce effects
@Tommy-sx9kg Жыл бұрын
*bokeh
@VisualTechArt Жыл бұрын
Yeah, the DoF filter basically gives a strong bokeh feeling too :D
@PeperonataTattica11 ай бұрын
Sorry if i ask but are you italian? I love you btw
@VisualTechArt11 ай бұрын
Si :D
@NotGamerA18 ай бұрын
13:41 i cant find append 4 in my unreal engine project
@VisualTechArt8 ай бұрын
Yeah I think they removed it in 5.3, you can just chain together the usual AppendVector nodes :)