Sven Majerus - VFX Sketchbook

Thumbnail Image:

Hey everyone,
My name is Sven and currently I’m a 3D Junior Prop Artist. During my work time I found out that creating 3D props isn’t going to cut it for me so I decided to change the path and try to enhance my skills to become a VFX Artist. I’ve always been dealing with shaders a lot and I have a decent understanding of how particle systems work. Putting all these skills together to create awesome FX sounded like something I would really enjoy… So… here’s my sketchbook so I can keep track of my progress and to receive some feedback from you wonderful and talented people.

To start off and warm up, I tried to recreate the Battle Boss Malzahars R AOE Effect.

ezgif-5-9d55772327

This gave me the opportunity to both refresh my particle system knowledge (working with Niagara) and to create an awesome looking effect without the use of handpainted textures (since that’s a thing I still need to improve). I hope you guys like the outcome and I appreciate every little feedback :smiley:

26 Likes

Good start and very welcome to the community! :slight_smile: Did you use some tech to display this tunnel on top of the ground without clipping/intersections, or is it just a texture which contains the perfect perspective as kind of an illusion of depth?

Hey Simon, thanks a lot for the welcome :smiley:
No actually the texture is just a grid. For the effect I used a plane that perfectly aligns with the top of the tunnel and have it not render in the Main Pass and Depth Pass but render in the Custom Depth Pass. Then in the ground material, I set it to translucent and connected these nodes to the opacity.

This basically uses the plane as an opacity mask as its the only thing rendered in the custom pass to tell where the ground should be invisible, and under the plane is the tunnel with the panning grid texture :smiley:

3 Likes

Nicely done! Thanks for sharing :heart:

1 Like

Adding more context for anyone seeing this:
This “technique” is also known as Stencil or Stencil Testing. You can give different meshes/shader different IDs in the Stencil Buffer, and grab that info of a specific ID in another shader/material. This should be possible in all engines, as it also is a feature in GLSL.

Here how to set it up in Unreal Engine: How to Create Masks With the Custom Stencil Buffer | Tips & Tricks | Unreal Engine - YouTube

7 Likes

See, you always learn something new :smiley: This method shown in the video seems even better than my version since it gives me more control on what ID should be considered for the opacity mask in my material instead of using everything that is rendered in the custom depth buffer. Thanks a lot for enlightening :smiley:

2 Likes

Hey guys :smiley:
I started a second project today. The goal of this project is to create a whole VFX Kit of Lux in the Arcade Skin Line. The reason I go for Arcade is because there are already several skins I can use as a reference and I took Lux as a champion because she has all kinds of VFX, ranging from projectile to little explosions to big beams. I first started working on the auto attack, a little projectile to get things going. Note that everything I show in this post is heavily WIP!.

ezgif-1-8d6fdcdc5a

I took inspiration from Arcade Ezreals auto and tried to go for a more rainbowish color scheme to emphasize the light thematic that Lux has going. The main goal for me was to get a visual hierarchy going, so that the front of the bolt has a greater visual interest. Turning the image to grayscale really helped with that. The more stretched pixels are there to show the direction the bolt is going.

I hope you like it, I will do more updates as this project goes along :smiley: Next thing on my list is to finish the auto up by adding a hit effect when the enemy gets hit.

3 Likes

Hey guys :smiley:
I found some time to work on Lux’s Auto again and decided to work on the hit effect. For the hit I wanted it to capture the arcade style by using a 2D Flipbook as the eye catcher and some fading/shrinking 3D sprites to make the effect more grounded in 3D space. I also used a transparent pixelated sphere to further emphasize the Arcade style while also bringing some impact light in the effect… This is how it turned out :smiley:

ezgif-3-08a84cef61

I also went ahead and used some Unreal knowledge to create a more user friendly testing environment by being able to control a pawn just like in League of Legends… I think its very important to have the direct comparison on how the effect works in a game environment. Also I really wanted to recreate the movement arrows, which was pretty fun :smiley:

ezgif-5-220e0b646a

As always, feel free to give feedback or criticize my work, it would help me a lot to improve :smiley:

2 Likes

Hey guys :smiley: ,
I thought I take a step back from doing specific League VFX since I saw a concept from Daniélle Viljoen that I really liked so I wanted to try that out.

I was especially interested on creating the shader for the effect so thats the first thing I went ahead with. Here is how it turned out:

ezgif-5-b155b122d7

Next thing I’m tackling is making a proper hand mesh and do the animation for that since I might have to tweak the material to fit the animation better.
As always, feel free to criticize or give feedback :smiley:

29 Likes

This grabbed my attention.

#sorrynotsorry :stuck_out_tongue:

2 Likes

I love ppl drawing concept before actually making fx. My case I can’t draw so I just straight forward imagine how it looks like and make the hell out of it :smiley:

1 Like

Hey guys :smiley:
I know I said I’d work on the mesh and animation but time was tight so I continued the work on the watery sword slash instead :stuck_out_tongue:

ezgif-4-973651aa1d

I’m not 100% set on the way the water dissolves yet but I think I have a solid base to work with.

Let me know what you guys think :smiley:

18 Likes

:star_struck: Awesomeeeeeee :star_struck:
It’s so gentle :slight_smile:

1 Like

Hey guys :smiley:
I finally got some time again and worked further on the water VFX… I wanted to see how the shader would look like in a slash VFX so I went ahead and created one :smiley: This is the result:

ezgif-3-459c4d4a93

I still think there is room for improvement, so if you guys have any suggestions, feel free to give feedback :slight_smile:

9 Likes

is very cool,

the feedback for improvement is staging elements/ overlap.

e.g. lingering the highlight strokes more and perhaps some more noticeable pan independence.

either a secondary mesh , or adjustments to shader but …imho draw out the highlight fade : give it more independence exaggerate your smoothstepping, let it linger more maybe add some distortion or possible change the tiling so that it stretches out as it pans

here was an initial paint over, but I think even i could have pushed the stretching-out like taffy, more

6 Likes

This is a really nice shader!

1 Like

Hey Torbach, thank you for the feedback. That is super good advice and I will definitely try to implement that. Thank you also for the overdraw, this really helps a lot to understand what you mean :smiley:

Hey guys :smiley:
I used the time today to add more layering to the VFX as Torbach suggested. I seperated the white lines and the blue water and made the lines erode and get thinner towards the end. This also allowed me to erode the blue water with a gradient, leaving only the white foam and the drops. I also quite liked the hard edged style it has, so I kept that in. Heres how it turned out.

ezgif-5-8ab4da69df

As always, feel free to give feedback and let me know what you think :smiley:

29 Likes

Hey guys. It’s been a while :sweat_smile:
I finally got time again to work on some more FX and shader related stuff and to start off, I wanted to recreate this Poke Bubble Effect from YT in UE5.
This is what I came up with

ezgif-2-1b84284a7e

The most interesting part of this effect for me was how to get the twirled UV’s… I didn’t want to use a flowmap so I took a closer look at the math behind Unity’s Twirl Node (which thankfully is in their documentation) and then recreated the node in Unreal.

Since I have some time now again to work on stuff like this, this thread is hopefully going to get updated more frequently again. :smile:

11 Likes

Hey guys :smile:
So I’ve finally been able to start the VFX Apprentice All Access course which I’m super excited about and cant wait to dive even deeper into VFX.
To celebrate and to start of simple, I tried recreating the new version of the World of Warcraft portals in the portal chamber (Original by Ethan Zink https://www.artstation.com/artwork/9ekrPQ)

ezgif-3-601cc0675c

The gif is quite low res so here’s video:

I had a lot of fun recreating this and got some awesome feedback in the VFXA Discord Channel.
Feel free to leave some feedback or general thoughts :smiley:

7 Likes