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
89
iPhone 16 Camera Control
megabitsenmzq
0
110
240fps で画像処理したい
megabitsenmzq
0
190
Swift 開発が楽になる道具たち
megabitsenmzq
1
670
MainMenu.xib を翻訳してみた
megabitsenmzq
0
260
WKWebView とめんどくさいお友達
megabitsenmzq
1
710
先週解決した SwiftUI 問題
megabitsenmzq
0
110
SwiftUI 豆知識 - よちよち Swift
megabitsenmzq
1
380
Other Decks in Programming
See All in Programming
大規模FlutterプロジェクトのCI実行時間を約8割削減した話
teamlab
PRO
0
460
QA x AIエコシステム段階構築作戦
osu
0
260
抽象化という思考のツール - 理解と活用 - / Abstraction-as-a-Tool-for-Thinking
shin1x1
1
950
Vibe coding コードレビュー
kinopeee
0
430
令和最新版手のひらコンピュータ
koba789
13
7.3k
Infer入門
riru
4
1.4k
自作OSでDOOMを動かしてみた
zakki0925224
1
1.3k
The State of Fluid (2025)
s2b
0
120
11年かかって やっとVibe Codingに 時代が追いつきましたね
yimajo
1
260
Scale out your Claude Code ~自社専用Agentで10xする開発プロセス~
yukukotani
9
1.8k
あまり知られていない MCP 仕様たち / MCP specifications that aren’t widely known
ktr_0731
0
240
MCPで実現できる、Webサービス利用体験について
syumai
7
2.5k
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
134
9.5k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
450
Documentation Writing (for coders)
carmenintech
73
5k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
800
Facilitating Awesome Meetings
lara
54
6.5k
Art, The Web, and Tiny UX
lynnandtonic
301
21k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The World Runs on Bad Software
bkeepers
PRO
70
11k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
760
The Language of Interfaces
destraynor
158
25k
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