12

I want to create a wave made out of particles/dots. The wave should look like this:

enter image description here

I tried to achieve this effect by adding an ocean modifier to a plane. Then I added a particle system to the plane but now I don't know how to go on. How can I make the particles lay on the 'ocean' and move when the ocean is moving?

PS: I know there is a way to do this with a material in the Blender Render. But firstly I want to create the whole thing in Cycles and secondly I want to have particles.

Codey
  • 1,719
  • 3
  • 21
  • 26
  • I was thinking of doing something similar and as a newbie to blender I'm curios if you continued working with a plane or any other kind of object for the particle system. – John P May 06 '14 at 13:58
  • @John P Hey, Sorry but no, i didn't continue working on that. – Codey May 20 '14 at 21:08

1 Answers1

9

Method 1 - Dupliverts

You should use a mesh such as a cube or a simple Icosphere for your particle, this will allow you to properly shade the particles like any other mesh

  1. Select the particle mesh, in my case an Icosphere

  2. Select the ocean

  3. parent the particle to the ocean, Ctrl P

  4. Select the ocean

  5. In mesh panel, set duplication type to verts

enter image description here

Method 2 - Particle System

  1. Make sure your particle system is one the bottom of the modifier stack.

    enter image description here

  2. In the particle system enable Use Modifier Stack

enter image description here

  1. If you want to use another mesh as the particles you need to select the particle system and under the render tab, Select Object as your render type. Then you can choose you object.

enter image description here

Glorfindel
  • 636
  • 1
  • 11
  • 18
Vader
  • 14,680
  • 16
  • 74
  • 110
  • Thanks, but first of all this doesn't really work (I don't know why but what you said sounded logic for me) and second: I really want to use a particle system, because I want the particles to be keyed (physics of the particles) – Codey Mar 01 '14 at 16:30
  • OKay, I will update my answer – Vader Mar 01 '14 at 16:34
  • What do you do to add dupliverts after step 3? The menu lists 4 options – MicroMachine Mar 11 '21 at 20:37