Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Animoji を作ってみた
Search
Megabits_mzq
December 20, 2022
Programming
0
170
Animoji を作ってみた
Megabits_mzq
December 20, 2022
Tweet
Share
More Decks by Megabits_mzq
See All by Megabits_mzq
Liquid Glass, どこが変わったのか
megabitsenmzq
0
52
iPhone 16 Camera Control
megabitsenmzq
0
100
240fps で画像処理したい
megabitsenmzq
0
180
Swift 開発が楽になる道具たち
megabitsenmzq
1
650
MainMenu.xib を翻訳してみた
megabitsenmzq
0
260
WKWebView とめんどくさいお友達
megabitsenmzq
1
690
先週解決した SwiftUI 問題
megabitsenmzq
0
110
SwiftUI 豆知識 - よちよち Swift
megabitsenmzq
1
380
Other Decks in Programming
See All in Programming
既存デザインを変更せずにタップ領域を広げる方法
tahia910
1
240
Development of an App for Intuitive AI Learning - Blockly Summit 2025
teba_eleven
0
120
Enterprise Web App. Development (2): Version Control Tool Training Ver. 5.1
knakagawa
1
120
A comprehensive view of refactoring
marabesi
0
970
関数型まつり2025登壇資料「関数プログラミングと再帰」
taisontsukada
2
840
Javaのルールをねじ曲げろ!禁断の操作とその代償から学ぶメタプログラミング入門 / A Guide to Metaprogramming: Lessons from Forbidden Techniques and Their Price
nrslib
3
2k
Claude Codeの使い方
ttnyt8701
1
130
Spring gRPC で始める gRPC 入門 / Introduction to gRPC with Spring gRPC
mackey0225
2
520
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
190
エラーって何種類あるの?
kajitack
5
260
Select API from Kotlin Coroutine
jmatsu
1
180
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
250
Featured
See All Featured
Done Done
chrislema
184
16k
The World Runs on Bad Software
bkeepers
PRO
69
11k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
4
200
Music & Morning Musume
bryan
46
6.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Facilitating Awesome Meetings
lara
54
6.4k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
228
22k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Rails Girls Zürich Keynote
gr2m
94
14k
Transcript
⾦⿂(Megabits) Animoji を作ってみた ARKit + Blender
Megabits(⾦⿂) 個⼈開発しています〜 🇨🇳 @Megabits_mzq 🇯🇵 @Megabits_mzq_jp 🇺🇸 @Megabits_Studio
None
None
None
None
https://arkit-face-blendshapes.com/
Demo
eyeBlink_L eyeBlink_R jawOpen
None
None
https://github.com/JakeHoldom/ColladaMorphAdjuster
./colladaMorphAdjuster collada_ fi le [-o output_ fi le]
https://github.com/ashuw550i/FaceAnimoji
None
None
None
let scene = SCNScene(named: "art.scnassets/deer.scn")!
None
for node in self.contentNode?.childNodes ?? [] { node.morpher?.unifiesNormals = true
}
None
None
参考資料 https://medium.com/@ashutoshdingankar/how-to-create-apples-animoji-using-arkit-4691e04bfc42 How to create Apple’s Animoji using ARKit? https://betterprogramming.pub/exporting-a-3d-character-from-blender-2-8-to-xcode-and-implement-like-animoji-using-arkit-scenekit-3d223aa6a29f
Creating an Animoji-Style 3D Character to Use With TrueDepth https://developer.apple.com/documentation/arkit/content_anchors/tracking_and_visualizing_faces Tracking and Visualizing Faces https://arkit-face-blendshapes.com/ ARKit Face Blendshapes