---
title: "How to create particle effects in DaVinci Resolve Fusion"
author: "Cutsio Team"
date: "2026-05-15"
lastmod: "2026-05-15"
category: "DaVinci Resolve Advanced Workflows"
excerpt: "DaVinci Resolve Fusion particle systems create fire, rain, smoke, snow, and custom particle effects. This guide covers emitters, renderers, physics modifiers, and 3D particle integration."
tags: ["DaVinci Resolve","Fusion","Particle Effects","Fire","Rain","Smoke","Particles","Motion Graphics"]
---

## How do you create particle effects in DaVinci Resolve Fusion?

Add a pEmitter node and a pRender node to your node tree. Connect the pEmitter output to the pRender input. The pEmitter generates particles, and the pRender renders them as visible elements. In the inspector, set the particle style — bitmap, sprite, or shape — and adjust the number of particles, emission rate, and lifetime. Connect the pRender output to a Merge node over your background clip.

![Particle Effects](https://images.blackmagicdesign.com/images/products/davinciresolve/fusion/particle/particle-xl@2x.jpg?_v=1600040846)

Particles can be created from any image. Use a soft circular gradient for smoke, an elongated streak for rain, or a custom logo shape for branded particle effects. The emitter defines how particles are born, and the renderer defines how they look.

## What physics modifiers are available for Fusion particles?

More than a dozen particle-specific nodes can be inserted between the pEmitter and pRender:

| Modifier | Effect | Best for |
|---|---|---|
| pGravity | Pulls particles in a direction | Rain, falling objects |
| pFriction | Slows particle movement | Smoke settling, dust |
| pTurbulence | Adds random motion | Fire flicker, chaotic effects |
| pBounce | Particles bounce off surfaces | Water droplets, debris |
| pVortex | Spiral motion | Tornadoes, swirling effects |
| pDrag | Air resistance | Realistic particle slowdown |
| pWind | Directional force | Wind-blown effects |

Chain multiple modifiers together. For fire, combine pTurbulence for flicker with pGravity pulling upward and pFriction for natural slowdown. For rain, use pGravity pulling downward with pWind for angle and pDrag for air resistance.

## How do you use 3D particles in Fusion?

Particles work natively in 3D space. Use pEmitter3D and pRender3D nodes instead of the 2D versions. Connect them through a Merge3D node with your 3D scene. The particles flow around and interact with 3D geometry.

3D particles are ideal for immersive atmospheric effects. Add fog particles that drift through a 3D tracked scene. Create sparks that bounce off 3D surfaces. Build a snow effect where flakes accumulate on 3D objects.

For 3D particles that need to interact with lighting, set the pRender3D to receive lights from the 3D scene. The particles pick up shadows, highlights, and color from the scene lighting.

## FAQ

### Are particle effects available in the free version of DaVinci Resolve?
Yes. Particle effects are available in both free and Studio versions of Fusion.

### How many particles can Fusion handle before performance drops?
The practical limit depends on your GPU and the complexity of each particle. Modern GPUs handle 10,000-100,000 particles smoothly. Reduce particle count or simplify particle styles for better performance.

### Can I make particles respond to audio?
Yes. Use the AudioModulation modifier to link particle parameters to audio levels. Particle size, speed, or emission rate can pulse with the beat.

### Can I save a particle setup as a template?
Yes. Select the particle nodes, right-click, and select "Create Template." Apply the template to any clip in any project.

### How do I make particles follow a path?
Connect a pFollowPath node between the emitter and renderer. Draw the path in the viewer and particles follow it.

<div class="not-prose blog-large-cta">
  <div class="max-w-3xl mx-auto text-center">
    <h3>
      Add atmosphere to your selects
    </h3>
    <p>
      Pre-edit with Cutsio to find the specific clips that need particle effects. Export an EDL into Resolve and apply particles only to your final selects.
    </p>
    <ul>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>Visual Intelligence to identify VFX shots</span>
      </li>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>EDL and XML export for Resolve import</span>
      </li>
      <li>
        <svg class="h-6 w-6 text-emerald-400 shrink-0 mt-0.5" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>
        <span>Non-destructive workflow — originals untouched</span>
      </li>
    </ul>
    <div class="flex flex-col sm:flex-row items-center justify-center gap-4">
      <a href="https://studio.cutsio.com" target="_blank" rel="noopener noreferrer"
         class="no-underline inline-flex items-center justify-center rounded-full bg-indigo-600 px-8 py-3.5 text-sm font-semibold text-white hover:bg-indigo-700 dark:bg-white dark:text-slate-900 dark:hover:bg-neutral-100 transition-colors shadow-sm">
        Try Cutsio Free
        <svg class="ml-2 h-4 w-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="m12 5 7 7-7 7"/></svg>
      </a>
      <button type="button" onclick="window.dispatchEvent(new CustomEvent('open-contact-modal'))"
              class="inline-flex items-center justify-center rounded-full border border-white/20 px-8 py-3.5 text-sm font-medium text-white hover:bg-white/10 transition-colors">
        Book a demo
      </button>
    </div>
    <p class="mt-4 text-xs text-slate-500">No credit card required. 60 minutes of free processing.</p>
  </div>
</div>
