2024 | SUMMER REGISTRATION NOW OPEN! 

Make sure to Enroll Today!

All articles

How to Create a Sci-Fi Portal in UE4 and Houdini

If you're looking for a technical breakdown of a challenging VFX project using UE4, Houdini and Substance Designer, look no further. Within five stages, artist Antonio Cappiello considered this portal from every angle possible, then dove into details to make sure every texture and movement was exactly what he wanted. Read on to see what techniques you could apply to your other-worldly portal!

  1. VFX Structure
  2. Mesh Production
  3. Auto UV SOP Node
  4. FX as a Particle System
  5. Glass Effect

Hi, I’m Antonio Cappiello from Milan, Italy. I currently work at Forge Reply S.R.L. as a VFX Artist, working most recently on the VR game, Theseus. I’ve been passionate about video games since my first Commodore 64, so it’s because of this passion that I decided to dig deeper and study the world of 3D, especially the area of visual effects.

1. VFX Structure

This specific effect is composed of three meshes: a hexagon sphere, a basic sphere, and a ring circle, each with a specific UV set. I generated the procedural textures in SD (Substance Designer), thinking about the best and fastest way to achieve the final look and behavior that I had in mind. Once I got the right UV set for the meshes and a few noisy textures, it was all about combining these elements together to make it look organic.

2. Mesh Production

In Houdini, I started with a basic sphere polygon and then I used the “compute dual” parameter in the Divide SOP (Surface Operators) for generating the hexagons on the sphere surface. This is one of the best features about working procedural – sometimes you can get a complex shape with just two nodes and this is incredibly powerful in terms of saving time and reusing the network structure. After that, I used the Clip SOP node to change the sphere into a semi-sphere. The reason for this choice was simply because I didn’t need the other half of the sphere, so this way I optimized the mesh as well.

Next, I built a simple For Each SOP, where I extruded each hexagon to turn it into a 3D entity and I used the Peak SOP node to move the edges of the hexagons along their normals, so this way I could control the distance between each hexagon. The last but not least step was assigning the UVs to the hexagon semi-sphere. I know it seems messy, but in order to build the final look that I wanted, this UV set was exactly what I needed.

For the energy barrier, I simply used a sphere which I clipped into a semi-sphere with the same method that I used before. Actually, it’s exactly the same sphere that I used without the Divide SOP node (without the hexagons on its surface), so as I said, it’s really efficient to be able to “go back in time” through the network and reuse the same structure without starting from scratch every time. That way most of the work is done in UE4 with texture panning, UV distortion, and masks.

I did the ring circle in Houdini as well. The most important thing to consider here is the UV set because it’s what determines the direction of movement from the center to the border of the mesh. This way when I panned the texture on it, I could simply use the UV coordinates to give it the illusion that “something” was moving away from the center. Next, I added the vertex color on the edges, in order to have a nice fading of the texture.

For instruction on Houdini-specific abstract projects, check out CGMA course Abstract FX in Houdini.

The last element is the rotating “locker” that you can see in the middle of the whole portal FX. I did the textures in SD and I packed them in the RGB channels – this way I just needed one file instead of three different ones and I could get access to each component through the UE4 material. The behavior was very easy; I rotated the UVs of the texture by a sine function with a period that changes randomly, this way it should be more interesting to watch.

3. Auto UV SOP Node

For the hexagonal mesh, which has that kind of a “glass” shader, the UVs were really important. To do that I used the “shortest path” method of the Auto UV SOP node. It’s basically an unlit translucent material and because it doesn’t have a reflection, the trick was to pan the same texture on top of itself using a different speed on both of the UVs’ coordinates and then use the Hue Shift node and a color node to get a variety of tints. The texture has a caustic pattern to emphasize the highlights while it’s panning along the mesh.

4. FX as a Particle System

In this case, I spawned the whole FX as a particle system. I usually expose the parameters that I want to tweak rapidly. I control the texture animations and blending by the “dynamic parameter” of the material which allows the “communication” of the data I need between the shader and Cascade. This way I can change the animation and the behavior of the textures (like the speed, distortion, intensity etc.) by drawing some animation curves in the particle system.

To see another incredible example of playing with particle systems, be sure to read How to Turn Abstract Ideas into Stunning Reality: The Liquid Vase

5. Glass Effect

For the glass element, I built a translucent unlit material that contained a few noisy textures that pan with a different speed, plus I added some UVs distortion to make the movement more “dynamic”. I used the “Sphere Mask” node in the UE4 material shader to generate a nice fluid masking look when textures pan on top of each other, to achieve that kind of energy field that runs on the surface. I also used the “emissive” input to control the texture color, of course, but also to generate a kind of rim light along the sphere’s edge using the Fresnel function. The combination of this material with the hexagon mesh (or grid mesh) should give the illusion that it’s all contained in this glassy energy shield.

Final Thoughts

  • Sometimes I picture effects in my mind and then I draw some rough sketches on a piece of paper or in Photoshop to get a better understanding of the elements that will be involved and what I’ll need in order to achieve the results that I have in mind.
  • I usually think about the entire animation cycle and then draw the “frames” of it to get an idea of the behavior that it should have. I’m continually trying to learn new techniques in the field. I have no idea where my style will go from here but I just keep trying new things and playing with both the techniques and the atmosphere in order to find something new in my work.
  • The first thing I’d advise for new learners is to watch a variety of anime and start studying the look and the animation of those effects and try to reproduce them in a game engine.
  • Thinking about the books I’d recommend starting with Elemental Magic: The Art of Special Effects Animation by Joseph Gilland. It gives a good insight into how to interpret the behavior of the natural world.
  • I also usually find many VFX examples on Pinterest, (just type “VFX game” in the search field and you will get tons of inspirational examples). And o,f course I’d recommend the RealTime VFX site which is an awesome VFX artist community.
[printfriendly]

LEARN MORE

CGMA provides comprehensive instruction for Art, Games, and VFX industries in a variety of courses for a range of students, from 2D and 3D artists looking to supplement their college studies to industry professionals looking to stay up to date on emerging trends and techniques in the field.

RELATED LINKS

For instruction on Houdini-specific abstract projects, check out CGMA course Abstract FX in Houdini.

To see another incredible example of playing with particle systems, be sure to read How to Turn Abstract Ideas into Stunning Reality: The Liquid Vase