New greedy meshing algorithm
Like I said, I made a new greedy meshing algorithm. This one is not just faster than the old one, but it is also able to cull faces (which should usually be a requirement from the start but i don't care ?). Anyways, this new mesher is just awsome. It can build a whole chunk mesh in a second or something. Which sounds like nothing but it is really great because the chunks are later devided into smaller parts. These should be generated much faster which allows the engine to build even more meshes. And because the triangles get reduced by a lot, I can even bump up the maximum render distance.
The explanation for the greedy meshing and culling is maybe a little bit strange to hear but I will explain it anyways. Greedy meshing (as you may know already) is a method that combines multiple similar faces into one big face. This way the vertices in the mesh are greatly reduced. My previous greedy mesher didn't have a culling function, which means it made faces where they were not visible because they were inside the mesh. If you add culling to the greedy mesher, you get a very optimized mesh that only has faces where you can see them (outside the mesh and not covered on the inside), and they are merged together to save vertices.
I don't have any resources that helped me for you that time because I already provided those in my previous greedy mesh video. But I will provide some resources that may help you this time too:
A javascript greedy mesher:
https://github.com/mikolalysenko/greedy-mesher
The same one as the first one but in java (And the graphics are gorgeous):
https://www.youtube.com/watch?v=0OZxZZCea8I&ab_channel=RobertO%27Leary
Optimisations for voxel worlds (I didn't use this method but it looked promising):
https://vercidium.com/blog/voxel-world-optimisations/
Things I found that looked really great:
Really good looking game:
https://www.youtube.com/watch?v=emFMr99CcM8&ab_channel=AdrienDuermael
Also a good looking game, made by the guy from the greedy mesh video:
https://www.youtube.com/watch?v=Ehn2JkwghWU&ab_channel=RobertO%27Leary
I also found a really really cool game named fugl which looks amazing:
https://www.youtube.com/watch?v=rCbxGXzCOys&ab_channel=itch.io
That's it from me today. Have a great day ??
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «New greedy meshing algorithm», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.