11

I want to make a scene of a missile flying over the ocean. Because I want the missile to be relatively high up, the ocean looks very repetitive.

How can I make the ocean not look tiled without scaling up the object and making the waves smaller?

enter image description here

1 Answers1

15

If you aren't going to see the ocean very close up, I wouldn't use the ocean modifier for this at all.

Instead you can probably get a reasonable result using a simple plane and some bump-mapping:

enter image description here

enter image description here

See How can I create a convincing sea material in Cycles without using the ocean modifier? for more details.


That said, if you still want to use the ocean modifier, you could try adding multiple displace ocean modifiers with different settings after the initial modifier.

Try varying settings like the time and spatial size between modifiers.

Here's an example with three displace ocean modifiers after a generate ocean modifier, each with different a time and spatial size:

enter image description here

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133