Русские видео

Сейчас в тренде

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


Скачать с ютуб Wicked Engine - Voxel GI [C++][DX11] в хорошем качестве

Wicked Engine - Voxel GI [C++][DX11] 7 лет назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Wicked Engine - Voxel GI [C++][DX11]

I implemented a real time voxel based global illumination into my graphics engine. It supports multiple light bounces, ambient occlusion and reflections, too. It Works by first rendering the scene around the viewer into a 3D texture in real time, with light contribution applied. I use a 256*256*256 resolution texture. Then the light is bounced around using cone tracing inside the texture (which is the second light bounce). Then in the pixel shader, we perform cone tracing again and this is our first light bounce and second light bounce combined. We approximate a hemisphere with some cones and average them for this. The reflection cone tracing is similar, but with do the cone tracing with one ray. By the way, cone tracing is just a raymarching which samples from increased mip levels in each step. Source code available at: https://github.com/turanszkij/WickedE... Music: Deus Ex - UNATCO Theme

Comments