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
iPhone 16 Camera Control
megabitsenmzq
0
92
240fps で画像処理したい
megabitsenmzq
0
170
Swift 開発が楽になる道具たち
megabitsenmzq
1
640
MainMenu.xib を翻訳してみた
megabitsenmzq
0
260
WKWebView とめんどくさいお友達
megabitsenmzq
1
680
先週解決した SwiftUI 問題
megabitsenmzq
0
100
SwiftUI 豆知識 - よちよち Swift
megabitsenmzq
1
380
Other Decks in Programming
See All in Programming
実践Webフロントパフォーマンスチューニング
cp20
45
10k
Boast Code Party / RubyKaigi 2025 After Event
lemonade_37
0
120
開発者フレンドリーで顧客も満足?Platformの秘密
algoartis
0
240
OpenTelemetry + LLM = OpenLLMetry!?
yunosukey
2
190
「理解」を重視したAI活用開発
fast_doctor
0
320
VibeCoding時代のエンジニアリング
daisuketakeda
0
260
エンジニア向けCursor勉強会 @ SmartHR
yukisnow1823
3
13k
Global Azure 2025 @ Kansai / Hyperlight
kosmosebi
0
160
ComposeでのPicture in Picture
takathemax
0
140
KANNA Android の技術的課題と取り組み
watabee
1
580
GitHub Copilot for Azureを使い倒したい
ymd65536
1
340
プロダクトエンジニアのしごと 〜 受託 × 高難度を乗り越えるOptium開発 〜
algoartis
0
240
Featured
See All Featured
The Cult of Friendly URLs
andyhume
78
6.4k
Fireside Chat
paigeccino
37
3.4k
Code Review Best Practice
trishagee
68
18k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Balancing Empowerment & Direction
lara
0
43
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
Bash Introduction
62gerente
613
210k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
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