Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Gamemaker Studio 2: Cool Shield Shader EASIEST WAY TUTORIAL

  • GreenCream
  • 2021-05-06
  • 940
Gamemaker Studio 2: Cool Shield Shader EASIEST WAY TUTORIAL
GreenCream2.0greencream3.04.0gamemaker studio 2game maker studio 2 shader tutorialgame maker studio shadersshield shader gamemakershield shadergamemaker studio 2 intermediategamemaker intermediategamemaker advanced tutorialblender game maker
  • ok logo

Скачать Gamemaker Studio 2: Cool Shield Shader EASIEST WAY TUTORIAL бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Gamemaker Studio 2: Cool Shield Shader EASIEST WAY TUTORIAL или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Gamemaker Studio 2: Cool Shield Shader EASIEST WAY TUTORIAL бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Gamemaker Studio 2: Cool Shield Shader EASIEST WAY TUTORIAL

raising the bar for gamemaker tutorials
// Fragment shader
varying vec2 v_vTexcoord;
varying vec4 v_vColour;

uniform float time;
uniform bool smooth;
uniform float thickness;
uniform float stripes;

void main()
{
float mask = texture2D( gm_BaseTexture, v_vTexcoord ).a;
float pointInTime = 1.0 - texture2D( gm_BaseTexture, v_vTexcoord ).r;

vec4 outColour = vec4(1.0, 1.0, 1.0, 0.0);

if (mask BIGGER_THAN 0.0) {
float _distance = abs(mod(pointInTime * stripes, 1.0) - mod(time, 1.0)) * 2.0;
if (_distance BIGGER_THAN 1.0) {
_distance = 1.0 - (_distance - 1.0);
}

float _distance2 = _distance / stripes;

if (_distance2 SMALLER_THAN thickness) {
float _normalizedDistance = (_distance2 / thickness);
float _alpha = smooth ? (1.0 - _normalizedDistance) : 1.0;

outColour.a = _alpha;
}
}

gl_FragColor = v_vColour * outColour;
}

// utility script:
function shader_set_shield(time, smooth, thickness, stripes){
var uni_time = shader_get_uniform(Shader1, "time");
var uni_smooth = shader_get_uniform(Shader1, "smooth");
var uni_thickness = shader_get_uniform(Shader1, "thickness");
var uni_stripes = shader_get_uniform(Shader1, "stripes");

shader_set(Shader1);

shader_set_uniform_f(uni_time, time);
shader_set_uniform_i(uni_smooth, smooth);
shader_set_uniform_f(uni_thickness, thickness);
shader_set_uniform_f(uni_stripes, stripes);
}

// how to use example:
shader_set_shield((current_time * 0.0005), true, 0.1, 3.33);
draw_self();
shader_reset();

00:00 - intro
0:27 - tldw version
0:44 - impress your friends (with lyrics)
2:21 - features
2:50 - bonus blender tutorial for making a shield gradient
3:24 - implementing for noob
4:38 - uniform time bb
6:08 - mask out the stripes
10:03 - how to loop it gorgeously
10:42 - how to multiple stripes
12:07 - making it convenient for later (since you will forget everything)
13:17 - ok wow that was easy

ty for the view. pls share if you liked the video or know someone who might like the video. pls wishlist wuppo BFF https://store.steampowered.com/app/13... 🌟. subscribe for more if you need to.

🎵Music🎵
youtube audio library
greencream   / greencreamreal  
styze soulmaker    / styzesoulmaker  

like, comment, share, consume, multiply, sell the video. thx💚 & remember to buy wuppo
#greencream #plsbuywuppo #plsbuywuppoBFF

✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌✌
------------------------------------------------
hello I am LARS. I do art/writing/code/design/tweets for a game studio called: Knuist & Perzik, created Wuppo (the best game ever), but this youtube channel is where I upload all kinds of bad content. hope you enjoy. thank you for the view.
games 🎮 ➤ http://knuistperzik.com/ (overwhelmingly positive)
music 🎵 ➤ https://open.spotify.com/artist/32SPa...
videos 📹 ➤ https://www.youtube.com/greencream?su... (subscribe)

Buy Wuppo = http://store.steampowered.com/app/400... 🙏
Wishlist Wuppo: Breft Festival (Forever) = https://store.steampowered.com/app/13... 🌟

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]