0 votes

I'm making a plugin that adds "water bodies" to godot, and I want to add the option to have infinite (or really big) water planes, like oceans etc (right now it's only 1 plane with a setting for the scale and subdivision)

The issue is, I don't really know what's the "proper" way to do that. I imagine it involves a huge grid of planes, and dynamically spawning them in and out, but I don't know if I should just do that with a bunch of mesh instance or if there's a better optimised way to do it.

I also don't know if there's a way to change the amount of polygons based on distance too

The plugin right now
A video

Godot version 3.2.3
in Engine by (16 points)

Please log in or register to answer this question.

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.