Your Realtime VFX Process

Well now… here I go

…I’ve had this question for a while, eating at me in the back of my mind. It is only just recently that I think I’ve finally found the words needed to provide the concept of what it is I seek to know. Even then I still feel like I’m grasping at contextual straws here. Yet nothing ventured, nothing gained.

This thought finally bubbled to the top recently while teaching myself the basics of Houdini. It was while watching the first of many Basic Houdini Lessons that it occurred to me that I have never seen the FULL Realtime VFX process. The end-to-end job, both profession and mindset. How all this stuff I’m endeavoring to teach myself connects. I have seen end to end creation of effects, such as with Imbue Fx, but those videos are honestly at best “How-Tos” of inspiration. One way out of a sea of options to VFX in Realtime. My overall goal is how to think, not how to do. In my current mind’s eye, when I try to bring what little I know about Realtime VFX all together, I come up with a blank. I find this blind-spot in my knowledge troubling.

I know that an answer to what I’m trying to ask may be hard to quantify, since… sheesh, it’s been hard to ask. I am aware that this job that I seek is a very dynamic one (pun intended), with many more requirements in creation (readability, efficiency) then a layman or hobbyist would expect. That every day can be different. So with all that context said I ask to those of you here with industry experience; What does your day to day look like? What programs are part of your process? What skills do you draw from?

TL;DR - How do you think? What has helped you build that mental process?

(Ya see what I mean? What kind of question is that! “How do you think?!”)

Thank you

  • Mez

This is what I tried to capture in my Pluralsight course. From texturecreation to finished explosion in Unreal. It’s not a how to make epic explosion course, but a step by step how I approach effect creation and pointers where to spend the time. The course leaves you with all the pieces needed to start tweaking and making it your own.

My, that’s… almost poetic. :astonished:

Heh. To explain what I mean… I’ve had this question in the back of my mind, as stated. While watching said beginner Houdini videos, I finally realize what it is I want to ask, and I do so here. The reason I’m watching said beginner Houdini videos, which helped me realize what it is I want to ask, is so I can understand @Partikel Pluralsight course (which up to this point was unstated). According to @Partikel, said Pluralsight course is made in a way to answer this very same question!

:exploding_head:…Well! Heh heh. Cool!

Well then sir, perhaps, after I go though your Pluralsight course, I’ll come back to this post and see if I can answer my own posted question. :slight_smile:

If any one else here feels up to answering this though, if possible in a post, please do!

Thank you

  • Mez

ill try to be brief but having a knowledge of simple 3D modeling and texturing (low poly) helped me understand when I want to use mesh or particles or sprites. you want all 3 skill sets.

[shader creation is it’s own discipline that imo is a full on career, some pick it up like nothing but render engineering is magic to me]

I approach it as modeling an effect with a focus on Low poly (mobile optimize)
pushing a texture around with shape…Since I have a background in illustration and 2D animation I think in terms of Modeling a texture, not texturing a model.

  • the sprite creation is for change in shape of the effect.
  • the mesh is for overal shape and dimensionality
  • the particle is to give randomness to the sprites display like color, timing and some size

basically I approach the VFX as shapes first, textures second and finally color

what I found helpful is picking some low-level VFX rather than High level visuals and start building experience at tackling a visual from simple concepts like a camp fire, galaxy, and simple magic-like explosion. i also started by copying things I saw that inspired me (2D fireball or 3D stylized Nuke blast)

knowing when to use a simple scrolling texture to get a waterfall or a shader +flipbook comes down to the implementation hardware as well as technical prowess…
and then there is the style; this again comes down to your focus/discipline and individual taste

7 Likes

This explanation is probably just a detailed expansion on what @Torbach recommended.

Try to think in terms of blocking large, to refining small. Get a general idea of what you want for an effect (weapon trail, explosion, ambient looping stuff, etc.) then search for reference or inspiration. Identify what you think you will need for the effect; things like meshes, vector fields, and the like, but not textures. Now, what are the biggest or most important parts of the effect? What gives it that identification and main silhouette? Build out what you need for those big parts, if you’re doing simulations for an explosion, keep your voxel density and render times low and focus on the timing and look of your sim. Export that at half resolution, or model your weapon trail mesh quick and blocked out with proper UVs, but save your files so you can refine them later. For non-sim textures, just make them greyscale with the general shape you think you’ll need (it may not have the look you want once it gets moving). Throw those assets into your game engine and make some materials that will do the minimum you’ll require of them (this is assuming you don’t have a studio or personal master material you are already very familiar with).

When you get to your particle system, same thing: you want to think of big and general blocking. Get the meat of your effect in and don’t worry about little sparks and multiple flare variations. Try and do things in single values ex: your particles in each emitter all have the same lifetime, size, a single burst number, simple color/alpha over life, same velocity, etc. Refine that effect with delays and layer the elements how you want them with sorting order and timing. Now move on to variation in the those emitters. I personally stick with my initial ranges and methodically test ranges above and below it with single values until I start to stray away from the look I want, and then move to the other end of the spectrum for that value. As an example, say your main value for Lifetime is 1 second for a given particle. Keep that first number you’re happy with saved somewhere and slowly lower or raise that number until you start to lose that look you first had. That is now the Min/Max in your lifetime range; rinse and repeat for the other end of that range and now you’ll have something like Min: 0.83 and Max: 1.47 sec.

Now apply that process to the other areas of your emitters (Init Size, Velocity, Acceleration, Drag, etc.) and try to save messing with color until last. I haven’t found much difference between working through one element (Like Init Size) across all your emitters, vs going through one emitter entirely and moving on to the next, so you’ll just have to find what works best for you.

Once you have your main effect blocked out with your variations in emitter values, take a look at the whole and now start filling it in with secondary elements like sparks or lingering smoke, small bits of debris, etc and go through that same process with these new elements.

Now that the bulk of the effect’s timing and silhouette is what you want it, go through and start making refined and more detailed textures for your effect (higher resolution stuff, more detailed noise, more stylized hand drawn textures). Add more geo to your meshes if they need it, refine your simulations (but follow that same workflow, slowly build out more elements of it and raise the voxel and resolution size until you’re happy with it). Apply these textures and see if you need to make any small adjustments to emitters and values to pull it back in line. Once you’re happy with textures, go ahead and make any material adjustments to push the detail. Add in additional panning textures, UV distortion, and extra stuff like soft particle intersection.

With all that, I’d say take one final look a the colors of your particles and see if anything needs adjusting to tighten the effect up to that final polish.

So quick recap: try and think in terms of blocking in every aspect of your effects, until you get a personal feel for how best you work and create things. I hope that’s helpful and not too overwhelming or useless!

5 Likes