Hello, I’m Kkul-Nyan

talks, and writes related to "GameDev" like Shader, Algorithm, Design Pattern and . I Loves music & cat.

Latest Posts

C# 백준 3052

백준 1차원배열 3052 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace question { internal class question ...

C# 백준 2562

백준 1차원배열 2562 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 백준._004단계 { internal class questio...

C# 백준 10818

백준 1차원배열 10818 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace question { internal class question...

C# 백준 10871

백준 1차원배열 10871 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace question { internal class question...

UnityARFoundation Face

Unity FaceFilter 만들어보기 1. 가장 먼저 해줄것은 FaceManager와 Face Script를 적용해줍니다. Face Manager Script의 경우, AR Session Origin에 넣어주어야합니다. 사실 AR을 통제하는 Manager Script는 AR Session Origin Scipt가...