Skip to main content
ShiveringCactus
Community Expert
Community Expert
April 24, 2021
Question

Tutorial: Creating a 3D Asteroid Belt using CC Particle World and C4D Lite

  • April 24, 2021
  • 1 reply
  • 1426 views

Using just CC Particle World and C4D Lite, this tutorial shows how to create a set of rocks hanging in space which you can fly through. No external plugins needed! I use a series of Nulls to generate a line of particles using CC Particle World. Normally this is not ideal as CC Particle World particles can interact with each other and cause flickering. My technique avoids this. Then I generate random particle textures using an image and Turbulent Displace to generate rough, rocky shapes. Finally I head into Cinema4D Lite and use a Landscape object as a foreground rock.

 

 

Links mentioned:

Pixabay: https://pixabay.com/

CreativeCOW: https://creativecow.net/

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

Expressions used:

L=thisComp.layer("Position NULL");
L.toWorld(L.anchorPoint);

 

 

X = wiggle(15,400)[0];
Y = wiggle(15,400)[1];
Z = value[2];
[X,Y,Z]

 

Project download: https://bit.ly/3rAYAwU 

This topic has been closed for replies.

1 reply

Rameez_Khan
Legend
May 11, 2021

Thanks for sharing, ShiveringCactus.

 

Cheers!
Rameez