ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Screen Space Ambient Occlusion - Custom Lighting Models - Episode 9

Unity

shader

material

material editor

game development

real-time

tutorial

training

graphics

3d

GPU

tech art

computer graphics

fundamentals

shader graph

screen space ambient occlusion

ssao

occlusion

Автор: Ben Cloward

Загружено: 2025-03-13

Просмотров: 5510

Описание: In this shader tutorial, I show how to write the code required to bring screen space ambient occlusion into our custom lighting model in Unity. Once available we can use it in the traditional way to darken the ambient - but we can also use it in other, unique ways to get just the look we're looking for.

Here's the code for the Custom Function node:

#if defined(_SCREEN_SPACE_OCCLUSION) && !defined(_SURFACE_TYPE_TRANSPARENT) && !defined(SHADERGRAPH_PREVIEW)
float ssao = saturate(SampleAmbientOcclusion(ScreenPos) + (1.0 - _AmbientOcclusionParam.x));
IndirectAO = ssao;
DirectAO = lerp(1.0, ssao, _AmbientOcclusionParam.w);
#else
DirectAO = 1.0;
IndirectAO = 1.0;
#endif

Take a look at the playlist for the whole series:
   • Custom Lighting Models  

Here's last week's video on making our custom lighting model modular:
   • Modular Lighting System - Custom Lighting ...  

Shader Book Recommendations
https://www.bencloward.com/resources_...

------------------------------

Theme Music
Peace in the Circuitry - Glitch Hop
http://teknoaxe.com/Link_Code_3.php?q...

Background Music
Speo - The Little Things
   • Speo - The Little Things  

#UnrealEngine #shadergraph #Unity

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Screen Space Ambient Occlusion - Custom Lighting Models - Episode 9

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

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

Скачать аудио

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

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



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