У нас вы можете посмотреть бесплатно How to create and modify a plane mesh in Unity (Procedural mesh generation tutorial) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video I go over how I procedurally generate a plane mesh with a desired size and resolution. Then I show how I use a sine wave to make it wavy in real time. Note: While not shown in the video, I made anti-clockwise version of my triangles to be able to see the back face of my meshes regardless of material. This other video of mine goes over mesh generation basics and I hope it clears out anything I may have skipped over in this one: • Mesh Generation Basics in Unity (How to dr... Some feedback I received and want to pass along: to help perfromance Vertex shaders might do a more efficient job at animating a mesh, also storing an unmodified mesh and modifying that one as opposed to rebuilding from scratch every time will help. #unity #mesh #generation #tutorial 0:00 setup 0:12 Creating the plane 0:57 Modifying the plane