EepyBerry / lagrange

A procedural planet builder, powered by VueJS + ThreeJS!
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

[0.3-dev] Implement temperature/humidity 2D texture system for more variety #8

Closed EepyBerry closed 3 days ago

EepyBerry commented 3 weeks ago

Issue information See title.

Reasoning behind proposed enhancement(s) Not very easy to implement, but allows for much more variation with virtually infinite biomes (as long as the device can handle it)

Additional details

EepyBerry commented 1 week ago

[67af4e9]: Currently working without smoothing, current implementation details:

Next step: finish smoothing and reduce uniforms on planet fragment as much as possible

EepyBerry commented 3 days ago

[5b0d5fe]: Smoothing implemented, uniforms greatly reduced as well. Release to come later this week.