У нас вы можете посмотреть бесплатно Dungeon Crawler using RealityKit - Episode 02: Lights and 'Action' или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Welcome to this new series where we build a classic dungeon crawler game using modern tech. In this case RealityKit. In this second episode, our objective is to add some lighting. And implement the first steps of movement. Next episode we continue with movement. Source code on GitHub: https://github.com/maartene/DungeonCr... Note: As an experiment, these episodes are me typing in code I checked before, as I believe that doesn't really show how development works. So, you might see me looking up stuff, debugging stuff, or reverting stuff if we need to take a different route. These are all parts of software development, so might as well see it happening. 00:00 - 1. Changing the ambient light 00:50 - 2. Adding a point light 'torch' 03:52 - 3. Moving forward and backwards