Тёмный

Godot Terrain Plugin CLIPMAP LOD - TerraBrush DevLog 

spimort
Подписаться 4,2 тыс.
Просмотров 4,8 тыс.
50% 1

Опубликовано:

 

28 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 43   
@msd-x990
@msd-x990 9 месяцев назад
Amazing work! I love the way you fixed the terrain issue when switching levels, very smart! Keep it up !
@spimortdev
@spimortdev 9 месяцев назад
Thank you so much! You are always there to make awesome comments , you are the best 😍😍
@Marco-L
@Marco-L 9 месяцев назад
Thank you very much for making it available to the public - it is super helpful 🤗 The only issue for me was that I want to use it for a large terrain - and now you've addressed this problem 😁
@spimortdev
@spimortdev 9 месяцев назад
Awesome! Other stuff are coming also for larger terrain 👀 twitter.com/spimortdev/status/1748896208087576686?t=1sFZEqRVfperHBMtBG7bzg&s=19
@Marco-L
@Marco-L 9 месяцев назад
@@spimortdevWow, that's awesome 🤩👍
@amirosman8797
@amirosman8797 9 месяцев назад
This is amazing, one of the best Godot dev content on RU-vid, I've been also looking into your multiplayer game devlog and I'm really impressed, how you created your own networking solution from scratch is a work of art, do you have any plans to release your networking solution as an addon or make a tutorial about it?
@spimortdev
@spimortdev 9 месяцев назад
Hey thank you so much! I'm really happy you enjoy my content 🤩! Maybe after I release my game I'll think about either releasing a tutorial about networking or releasing an add-on, we'll see. Networking is definitely something challenging so if I can help, why not 🙂
@VojtechLacina
@VojtechLacina 9 месяцев назад
Great work spimort, looks great!
@spimortdev
@spimortdev 9 месяцев назад
Thank you! 😎
@GreenCrowDev
@GreenCrowDev 9 месяцев назад
Great work! Trying it as soon as I can
@spimortdev
@spimortdev 9 месяцев назад
Awesome! Let me know how it goes 😎
@mohsenzare2511
@mohsenzare2511 9 месяцев назад
Great video spimort, Just one thing that you can make terrain mesh in blender which even between LOD vertices will match, There are some method to do that, Also make sure to disable Godot LOD for your mesh when importing that
@spimortdev
@spimortdev 9 месяцев назад
Hey thank you, I'm glad you like it! 😊 I thought about making the mesh in blender several times but at the same time, I really wanted to have a LOD system that is configurable. The goal is to be able to adapt to several situations (and or maybe devices, if someone wants to go that far). For example, when you have smaller maps, you might not need the same number of levels as in a bigger map. I could not have done that with a premade mesh (unless I create several ones but that's hard to have all the different lod versions). Or, maybe you want to reduce the LOD for older computer. Anyways, the algorithm was pretty fun to make and so far I'm happy about the result 🙂 BTW, MTerrain is also pretty cool 😎, good job for making it!
@nbourre
@nbourre 9 месяцев назад
Nice! Regarde pour le QuadTree pour ton optimisation.
@spimortdev
@spimortdev 9 месяцев назад
Merci 😁! Je regarderai!
@DestusG
@DestusG 9 месяцев назад
Nice work man. Thanks for this 🎉
@spimortdev
@spimortdev 9 месяцев назад
Thank you ! 😎
@sigitsatriap6505
@sigitsatriap6505 9 месяцев назад
Love it !
@spimortdev
@spimortdev 9 месяцев назад
Thank you! 🤘
@stickynavels
@stickynavels 8 месяцев назад
Hey! Love your work and your turorials. TerraBrush is a joy to use. I'm curious about something: Do you reckon that your averaging method is more performant than using clipmap transition zones?
@spimortdev
@spimortdev 8 месяцев назад
Hey thank you! I'm so glad you like it 😊! It's hard to tell for performance, I did not try the transition method. Tho, what I can tell is that all the average is calculated within the shader, once the mesh is created so it makes good use of the GPU. In my opinion this is performant enough but I don't have benchmarks here haha!
@futursoup9007
@futursoup9007 9 месяцев назад
NOICE
@spimortdev
@spimortdev 9 месяцев назад
Heck yeah! 🤘
@twin_835x
@twin_835x 9 месяцев назад
Nice Job, I love it!
@spimortdev
@spimortdev 9 месяцев назад
Thank you ! 😁
@my2cents795
@my2cents795 9 месяцев назад
Second !
@freezkyle4674
@freezkyle4674 3 месяца назад
subbed!
@spimortdev
@spimortdev 3 месяца назад
Heck yeah 😎
@LaurentSparksMusic
@LaurentSparksMusic 2 месяца назад
This is awesome! how do you get the clip-maps to follow a characterBody3D? im finding the lod detail isnt following the character
@spimortdev
@spimortdev 2 месяца назад
Thank you! 🙂 Well it follows the camera, not the characterbody. Is it what is happening to you?
@LaurentSparksMusic
@LaurentSparksMusic 2 месяца назад
@@spimortdev 🤦‍♂️ whoops you are totally right
@LaurentSparksMusic
@LaurentSparksMusic 2 месяца назад
@@spimortdev thank you!
@spimortdev
@spimortdev 2 месяца назад
@@LaurentSparksMusic Alright cool 🙂!
@0000kk
@0000kk 9 месяцев назад
Terain3D is another plugin that is designed for very large terrains
@spimortdev
@spimortdev 9 месяцев назад
Yes, a very good addon!
@ItsBenjaminQc
@ItsBenjaminQc 9 месяцев назад
First.
@md.mizanurrahmanxendpdc.369
@md.mizanurrahmanxendpdc.369 6 месяцев назад
Is it possible to create procedural terrain with it.I Don't want to get into another rapidhole so...
@spimortdev
@spimortdev 6 месяцев назад
You could use a noise texture to generate a random terrain. Other than that, right now I don't have a way to generate random terrain.
@md.mizanurrahmanxendpdc.369
@md.mizanurrahmanxendpdc.369 6 месяцев назад
@@spimortdev I haven’t tried this yet.But can it be used with hight maps,if does what type/property of image should i use or how can I do that? I would love to use this plug in for my game if it can also be used not just manually.❤️
@spimortdev
@spimortdev 6 месяцев назад
​@@md.mizanurrahmanxendpdc.369The plugin is made of heightmap so there are def. ways to import yours! Tho, right now it might be a bit tedious since you need to have a RFloat resource for the heightmap. Maybe I'll do an importer at some point!
@Mohammadokhrati
@Mohammadokhrati 9 месяцев назад
nice🤌
@spimortdev
@spimortdev 9 месяцев назад
Thank you 🤩!
Далее
Terrain tutorial Godot - Mountain Lake
46:54
Просмотров 16 тыс.
Думайте сами блин
18:15
Просмотров 663 тыс.
Coding Terrain From Scratch
49:28
Просмотров 5 тыс.
I Made Minecraft in Godot
28:36
Просмотров 68 тыс.
Godot 4 Terrain Building (with Blender!)
22:01
Просмотров 8 тыс.
Godot 4 - Tiled Dungeon Environment From Scratch
26:24
Просмотров 432 тыс.