0 votes

I'm creating a simple ocean - a plane that stretches into the horizon.
I tried the naive approach (a huge plane, about 10k units big) but it creates rendering problems where it intersects with the beach, flickering polygons and such.

I know there must a better way to do this, any ideas?

Godot version 3.2
in Engine by (194 points)

You could take a look at the Godot Open Ocean demo in the Asset lib.

1 Answer

0 votes

If your ocean is just a flat plane with a texture that you can offset programmatically, you could make the plane follow the player and changing the texture offset accordingly to create an illusion of an infinite ocean.

by (281 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.