Project 6e: nParticles and Fluids

Goal We are going to learn how to create dynamic effects using particles and fluids. The end result will be a fully composited and rendered animation of a burning log complete with roaring flames and sparking embers.

This project will be broken into three phases:


Phase I: Particles

Particles represent tiny objects such as snow, dust, or sparks. Since there can be sometimes hundreds or thousands of these particles, it is infeasible to animate them by hand. Similar to what we did with nCloth and BiFrost, we can dictate the basic rules and behaviors we want our particles to have, and the particles will animate themselves according to these constraints. This phase will walk you through setting up a simple particle system that simulates sparks. You will want to be in the FX Menu Set for this assignment.

  1. The first step in setting up a particle system is to create a particle emitter. In the FX menu set go to nParticles → Create Emitter (Options). We will need to adjust several of the emitter's attributes. This can be done before creation or afterward through the Attribute Editor.

    Call the new emitter sparksEmitter. Since we want our sparks to come from a log, set the Emitter type to Volume and the Volume shape to Cylinder. Rotate and scale the new volume emitter until it resembles a log. If you hit Play, you should see particles being emitted downwards - this is due to the gravity attribute in the nucleus You can turn this off by going into the Dynamic Properties tab under the nParticleShape1 attributes and checking 'Ignore Solver Gravity'.

    Increase the frames in your Time Slider to 300. Going back to frame 0 will reset the particle simulation back to its initial state.

    By default Maya will try to play your effect in real-time. If it can not keep up with the computation required to simulate your effect, then it will cut some corners to make up time. This generally not what you want and can be especially problematic with fluids. To make sure Maya calculates every frame right click the timeline and go to Playback Speed → Play every frame, Max Real-time.

  2. Select the emitter and go to the Attribute Editor. Under Basic Emitter Attributes, change the Rate to 25. Under Basic Emission Speed Attributes, change Speed Random to 3.

  3. In the attributes of the nParticleShape, under Lifespan Attributes, change Lifespan Mode to Random range, Lifespan to 2, and Lifespan Random to 0.5. This means that every particle will last for anywhere from 1.5 to 2.5 sec.

  4. At the moment, the particles are emitted in all directions and travel in a straight line. We can affect the trajectory of a particle after it has been emitted by creating fields that are linked to the particles. Fields act as forces that affect the particles in a certain way, such as being pulled down by gravity..

    Fields can be linked to particles when they are created by selecting the particles before creating the field. With the particles selected (you can select the particles by clicking on the nParticle1 object in the Outliner) create an Air and a Turbulence field from the Fields/Solvers menu and make sure they are linked to the particles. The default settings for the Air field should be sufficient, but change the Magnitude of the Turbulence field to 25.

  5. You may have noticed that the particles currently render as white dots. The first step to fixing that is to go to the attributes of the nParticleShape. Under Shading, change Particle Render Type to Tube (s/w).  Set Radius 0 and 1 to 0.03 and Tail Size to 2. This should make the particles look like below.

  6. To change the appearance of the nParticles, adjust the settings in the Opacity Scale, Color, and Incandescence sections as seen in the diagram below.  Remember to change the Input drop down menus to Age and the Input Max value to 2.5.  This input causes the shading to change with the particle’s age, with a maximum age of 2.5 seconds.  These shading settings simulate the spark cooling as it travels through the air, eventually turning to ash and disappearing.

  7. Now it's time to make the particles glow.  Go into the nParticle1's Material Attributes. You can access this by selecting the nParticle, right clicking on it on the main screen, and selecting "Material Attributes" from the menu - you will open a node called "npPointsBlinn". Navigate to the nParticleCloudSE node. Rename the shadingEngine named nParticlePointsSE to sparks_shader.  Doing this allows you to change how you shade different particles sets in the scene.  Now go into the npPointsVolume tab and change the Glow Intensity to 0.3.

  8. If you render your particles, they should look like those in the image below.

    As a finishing step, you will need to do a little Outliner cleanup. Group your fields and name the group "fields". Group your particle nodes (particles, nucleus, emitter) and name the group "particles". Group those groups together and name it "sparkFX".

  9. Save your file as [lastname]_[firstname]_effects_p1.ma

Phase II: Fluids

When you think of the word fluids, you probably imagine an effect that creates the splashing of water. In Maya Fluids refers to fluid dynamics, which deals with the interaction of fluids of similar density such as fire and air, smoke and air, or ink and water. Fluids can create very convincing effects, but as always, there is a performance tradeoff. Fluids are expensive to set up and expensive to render. In this phase we will walk you through creating a simple fire.

A large battle during a production, especially with effects, is finding ways to reduce your build time. We are going to use a little shortcut that will allow us to create a fire effect that would likely take several hours to build from scratch.

  1. In the same file from Phase I, using the Dynamics menu set, go to Fluids → Get Example → Fluid.... This will load the Maya Visor where we can select from a range of premade effects. These examples work well as a starting point to achieve some fairly complex effects. Choose Fire, select the TurbulentFlame.ma icon, Middle mouse click and drag the icon to your viewport.
  2. Unlike particles, fluids are contained in boxes (containers) which they cannot escape. The insides of these containers are divided into a set of "voxels" - points in space at which the various properties of the fluid are calculated. Increasing the resolution results in a higher fidelity image, but also takes longer to calculate and consumes more memory.

    The first step will create a fluid container (Flame) with a fluidEmitter attached to a nurbs torus. Don't worry about all this junk, we only want the emitter settings and the fluid container. This is where some trickery comes into the mix. We want to 'steal' the emitter settings from fluidEmitter and apply them to a new one we are about to create. In your Outliner, underneath the nurbsTorus, select the fluidEmitter and open the attribute editor. Select Presets → Save fluidEmitter preset.... Name it something like flame_preset.

  3. Now that we have our preset made, we can delete everything EXCEPT the fluid container (Flame) and your SparkFX group. Move and scale the fluid container so it snugly fits the sparksEmitter like the image below.
  4. Create a polygon cylinder and name it log. Rotate, move, and scale your log so it fits inside your sparksEmitter. Shape it like in the image below.

  5. Now we are going to create our own fire emitter. First select your log, THEN shift+select the fluid container. In the Dynamics menu set, go to Fluids → Add/Edit Contents → Emit from object (options). Name the emitter logFlame_emitter and make sure the emitter type is set to surface. Click Apply and close. Select the emitter, and then in the attribute editor apply your created preset.

  6. At this point go ahead and hit 6, rewind and play the timeline. You should see Maya's attempt to preview what your fire is looking like. Find a spot that you like and take a quick render to see how we are doing. If all goes well you should have something that looks like the image below.

  7. You should now change the initial state of your sparks and your fire to make your fire is going strong from the beginning. For the fire go to Fields/Solvers → Initial State → Set Initial State.  For the sparks go to Fields/Solvers → Initial State → Set for All Dynamic.
  8. Apply a bark shader to your log. You can use this bark texture or find/create another one.

     

  9. Save your file as [lastname]_[firstname]_effects_p2.ma You are now ready to render and composite your fire! You'll be doing this in the next tutorial.
Turn In You will be graded on the following: Turn the following into Collect-It on Catalyst: