In this tutorial you'll learn how to create a shower of sparks using 3ds Max and Particle Flow.
1. Particle Flow Setup
Step 1
First, create a Particle Flowsystem. Go to Create > Particle Systems > PF Source and draw out a PF Source icon in the Perspective viewport, and position it a bit above the ground grid.
Step 2
Now press 6 (or click on Particle View) to open the Particle View window.
Step 2
With the Birth Operator selected, enter a value of 0 for Emit Start, and 100 for Emit Stop and set the Amount to 2000. This means the particles will start from frame 0and stop at frame 100 and the total amount of the particles/ frame will be 2000. You can edit the values as per your needs.
Step 4
Now with the Speedoperator selected, set the values for Speedto 1500, Variation to 20 and Divergence to 50.
Step 5
With the Display operator selected, turn the Type to Geometry. Now the particles will look like cubes based on the Shapeoperator settings.
Step 6
The cubic shape of the particles looks quite big. So with the Shape operator selected, decrease the Size value to something quite low.
Step 7
Now go to Space Warps > Forces > Gravity and drag a Gravityicon out in the Perspective viewport.
Step 8
Back in the Particle View window, add a Forceoperator into the event by dragging it out of the Depot and dropping it between the Rotation and Shape operators. With the Forceoperator selected, click on Add and select the Gravity icon from the viewport. This will add the Gravity into the Force Space Warps list.
Step 9
The spark particles should collide with the ground and bounce a bit before dying, so we need to add a deflector into the scene. So go to Space Warps > Deflectors > Deflectorand drag out a Deflector icon in the Perspective viewport.
Step 10
Add a Collisionoperator into the event. With the Collisionoperator selected, click on Add and then select the Deflector icon in the viewport. This adds the Deflectorinto the Deflectors list.
Step 11
You can see now that the particles collide with the deflector and bounce continuously. We don't want the particles to bounce continuously after the collision. Practically, they should bounce only twice and then adhere to the ground. So turn on Collide Multiple Times with a value of 2. We want the particles to stop after two collisions, so select Stop for the Speed.
Step 12
The particles are still bouncing a lot. So with the Deflector icon selected, decrease the Bounce value to something like 0.05 and change the rest of the parameters to match what is shown in the following image. These values may vary in your case.
Step 13
We can also place an object beneath the shower of sparks and the particles will collide with that object. For example, here I have added a Sphere beneath the particles.
Step 14
To make the particles collide with the sphere, we need to define the sphere as a collision object. So, go to Space Warps > Deflectors > UDeflector and drag out a UDeflector icon in the Perspectiveviewport.
Step 15
With the UDefeletoricon selected, click on the Modify tab, and then click on Pick Object and then pick the Sphere in the viewport. Now the sphere has become the collision/ deflector object.
Step 16
Press 6 to open the Particle View once again. Here make a new event with the Delete and Display operators only. Connect the string of the Collision operator from Event 001 to the Event 002.
Step 17
With the Delete operator selected, turn on the By Particle Age option and leave it with the default values. This means all the particles which have lived for 60 frames will be deleted .
Step 18
With the Displayoperator selected, turn the Type into Geometry.
2. Material Setup
Step 1
Press M to open the Material Editor. Select an empty slot and click on the Diffuse channel. This opens the Material/ Map Browser window. Here select the Particle Age material and click on OK.
Step 2
In the Color#1 slot, enter the following values R: 255 ,G: 215and B: 135 respectively.
Step 3
In the Color#2 slot, enter values of R: 255, G: 125 and B: 50 respectively.
Step 4
In the Color#3 slot, enter these values R: 255, G: 100 and B: 35.
Step 5
Copy the same Particle Age material from the Diffuse channel to the Self Illumination channel as an Instance.
Step 6
Here I just put a concrete texture on the sphere to make it look better, and also added an Omni light to the scene.
Step 7
Press 6 to open the Particle View window, and Insert a Material Static operator into Event 001.
Step 8
Drag and copy the Particle Age material to the Assign Materialtab of the Material Static operator.
Step 9
Copy the same Material Static operator into Event 002also.
Step 10
With the particle material slot selected, assign a Material ID of 1.This unique material ID will help the particles achieve their glowing effect.
3. Applying Effects
Step 1
Now, Right Click on the Event 002 bar and select Properties. This opens the Object Properties window. Here enable Motion Blur with Object mode.
Step 2
Go to Rendering > Effects to open the Effectswindow. Here add Lens Effects.
Step 3
Apply a Glow effect as well and set the values for Size to 0.01, Intensity to 145and Source Color to 90. And then change the Radial Color to be a bit orange.
Step 4
Now click on the Options tab. Here set the Material ID to 1. This is the same material ID which has been assigned to the particle material.
Advertisement
Step 5
Render the scene and you will see something like this.
Conclusion
You can also animate the particle flow emitter randomly a bit, so you get different results. Play with the particle, force and deflectors values and you will really get awesome results. Hope you guys have enjoyed this tutorial!
As the music begins to play, a soft breeze fills the space with the undeniable smell of magnolia blossoms. She gracefully enters and begins a “tree pose” with her hands in Namaste form. Our female figure is inspired by the Indian culture for its gorgeous use of color and the grace of its yoga formations. I hope you’ll enjoy the journey as we retrace, step by step to enlightenment. 1. Becoming Flesh and Blood Step 1 Our first step will be to bring in our sketch. I've scanned her in at 300 dpi to catch as much of the detail as possible. I'm not as picky about my choice of initial drawing tools, and this particular project was completed with a mechanical pencil. We'll be working with a clean line quality from Adobe Photoshop and now we can begin to work. I'm working in Adobe Illustrator at a size of 8.5 x 11 inches for this specific project. When I'm ready to start my layers, I'll label my first layer as "Sketch" and lock the layer to make su...
In this tutorial, we are going to design a set of icons in Adobe Photoshop. An icon set needs to have the same background and theme. For learning purposes, we are going to design a sun icon, an ice flake icon, and an RSS icon. Let's get started. 1. Preparing the Canvas Step 1 Start by making a new file with size 350 px × 350 px . Click the small box next to the Background Contents option to change the new canvas color. Step 2 In the Color Picker dialog box, select grey ( #e0e0e2 ) for the canvas background color. Step 3 It is always a good idea to keep your work structured from the start. Make a new layer group and name it sun . This is where we will place all layers used in the sun icon. 2. Designing the Icon Base Step 1 Use the Rounded Rectangle Tool to draw a rectangle with size 83 px × 64 px and 8 px radius. To get accurate results, use the Properties panel. In this panel, you can simply enter the exact siz...
This tutorial will not only show you how to launch the contact picker and get results, but also how to use those results in Android SDK 2.0 and above. Getting Started This tutorial will start out simple, but then we’ll get in to some of the technical details of using Contacts with the ContactsContract class, which was introduced in API Level 5. Make sure you have your Android development environment installed and configured correctly. You’re free to build upon any application you have, start a new one from scratch, or follow along using the InviteActivity code in our open source project . We’ll then be adding functionality to allow a user to choose one of their existing contacts and send a canned message to them. We’re going to dive right in, so have all of your code and tools ready. Finally, make sure your device or emulator has some contacts configured (with names and emails) within the Contacts application. Step 1: Creating Your Layout There are two essential form control...
Comments
Post a Comment