• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

Tutorial: Making a galaxy using Trapcode Particular

Community Expert ,
Mar 13, 2021 Mar 13, 2021

Copy link to clipboard

Copied

This is a follow up to my previous tutorial, where I built a Galaxy using CC Particle World.  After showing how to use Particular to achieve similar, I compare the two end results:

https://www.youtube.com/watch?v=9BHjjc0tpHA

 

After some terrible singing and explainer at the start, I jump into After Effects and talk you through all the steps needed. First, we set up an emitter light and control its position using an expression to move it in a Fibonacci / Golden Spiral. Then we make the stars, followed by gas and finally dust as separate systems. Once completed, you have a 3D galaxy you can fly around.

-----------------------------------------------------------------------------------------------------

Expression used:

Y = 0;
X = Math.sin(Math.PI*galaxySize)*Math.exp(galaxySize)*direction;
Z = Math.cos(Math.PI*galaxySize)*Math.exp(galaxySize)*direction;
[X,Y,Z]

-------------------------------------------------------------------------------

CC Particle World Galaxy Tutorial: https://youtu.be/b5QyJhg4cAQ

Project Download: https://bit.ly/3oiYUPb

Using the Red Giant plugin for Adobe After Effects, I show you how to create a 3D Milky Way style galaxy you can fly through. The project file is included below. After some terrible singing and explainer at the start, I jump into After Effects and talk you through all the steps needed. First, we ...
TOPICS
Expressions , How to

Views

1.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mar 15, 2021 Mar 15, 2021

Copy link to clipboard

Copied

LATEST

Thanks for sharing, ShiveringCactus.

I'm sure this will help the community.

 

Best,

Rameez

 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines