Colab에서 Google Drive 연결 및 custom module 사용일편단씸 published on 2022-07-18 included in category Machine LearningGoogle Drive에 있는 custom module을 Colab에서 import 해보자
'Game loops & User input - Vulkan Game Engine Tutorial 15' 정리일편단씸 published on 2021-12-13 included in category 게임 개발 and series Vulkan Game Engine Tutorial 정리키보드 입력을 받아서 큐브를 움직여 봅시다.
'Camera (View) Transform - Vulkan Game Engine Tutorial 14' 정리일편단씸 published on 2021-12-08 included in category 게임 개발 and series Vulkan Game Engine Tutorial 정리View matrix를 통해 카메라의 위치와 방향을 결정합니다.
'Projection Matrices - Vulkan Game Engine Tutorial 13' 정리일편단씸 published on 2021-12-06 included in category 게임 개발 and series Vulkan Game Engine Tutorial 정리Projection matrix를 통해 어떤 유형의 카메라를 이용할지 결정합니다.
'Euler Angles & Homogeneous Coordinates - Vulkan Game Engine Tutorial 12' 정리일편단씸 published on 2021-12-01 included in category 게임 개발 and series Vulkan Game Engine Tutorial 정리Transformation matrix에 이동 정보도 같이 표현할 수 있습니다.
'Renderer & Systems - Vulkan Game Engine Tutorial 11' 정리일편단씸 published on 2021-11-25 included in category 게임 개발 and series Vulkan Game Engine Tutorial 정리Renderer와 SimpleRenderSystem을 별도의 클래스로 뽑아냅니다.