#I need help with vertex colors

8 messages · Page 1 of 1 (latest)

median hound
#

Why do you want to do it via Vertex?

neat cypress
median hound
#

Doing a quick google search I found this video that seems like what you want. I haven't watched it nor am I the best with shaders but the result looks good.

E01: https://youtu.be/hHRhDEVwDho
E02: https://youtu.be/-8kKSfXPEZU
E03: https://youtu.be/guXuVp4ZxeA
E04: https://youtu.be/NfYyG_sehKA

In this series we'll be creating a system for procedurally generating simple, but diverse planets. You can find the source code on my github at https://github.com/Ombarus/pcg_planet_yt

This series is heavily i...

▶ Play video
neat cypress
median hound
#

I can't really help if you don't elaborate why you can't implement that one or any details about your terrain generator. Here is another one in 2D

A quick tutorial on terrain generation with biomes in godot, using temperature, moisture, and altitude. It uses Opensimplex Noise which is like Perlin Noise. Its like procedural genration.

Git Hub: https://github.com/SlothInTheHat/godot_terrain_generation

#godotengine
#gamedev
#tutorial
#indiedev
#godottutorial
Music:
---------------------...

▶ Play video
neat cypress
neat cypress
median hound
# neat cypress the reason is, i want to make the biome generation like in this video the other ...

I am sure there is a way but I do not know what effect you want. I did not understand what you meant by "only works in vertical" and you seemed quick to dismiss these examples as helpful because they aren't exactly what you want so I do not know how to help.

Sometimes you need to start with something that isn't your ideal implementation as a jumping off point and then work towards what you want once you understand the code better.