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
料理の注文メニューの3D化への挑戦
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Hideyuki Nagata
July 08, 2022
Programming
0
1.4k
料理の注文メニューの3D化への挑戦
Babylon.jsゆるほめLT会
料理の注文メニューの3D化への挑戦
Hideyuki Nagata
July 08, 2022
Tweet
Share
More Decks by Hideyuki Nagata
See All by Hideyuki Nagata
2025年の活動の振り返り
hideg
0
120
re:Inventから予想するAlexa+スキル開発
hideg
1
2.5k
JAWS UG AIML支部の紹介
hideg
0
85
Amazon Nova Canvasの新機能Virtual try-onで実装するプリクラ風アプリ
hideg
0
240
Generative AI Use Cases (GenU)カスタマイズに挑戦
hideg
0
440
generative-ai-use-cases(GenU)の推しポイント ~2025年4月版~
hideg
1
790
自己紹介
hideg
0
140
生成AI対応版Alexaへの期待
hideg
1
200
Alexa meets Amazon Bedrock
hideg
0
110
Other Decks in Programming
See All in Programming
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
680
Unity6.3 AudioUpdate
cova8bitdots
0
120
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
530
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
700
CSC307 Lecture 15
javiergs
PRO
0
240
AI駆動開発の本音 〜Claude Code並列開発で見えたエンジニアの新しい役割〜
hisuzuya
4
500
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
500
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
170
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
480
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
140
Docコメントで始める簡単ガードレール
keisukeikeda
1
110
Featured
See All Featured
Color Theory Basics | Prateek | Gurzu
gurzu
0
240
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
16k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
210
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
ラッコキーワード サービス紹介資料
rakko
1
2.6M
Amusing Abliteration
ianozsvald
0
130
The browser strikes back
jonoalderson
0
780
We Are The Robots
honzajavorek
0
190
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
220
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
Transcript
Babylon.jsゆるほめLT会 2022年7月8日 料理の注文メニューの3D化への挑戦 長田英幸 スライドのSNS投稿 大歓迎 事後レポート掲載 大歓迎
自己紹介 • 長田英幸 (ながた ひでゆき) • 大阪の会社で、製造業向けのWebシステムの開発しています。 • 3D表示には憧れがあったので、Babylon.jsに俄然興味が出ました。 •
個人開発でスマートスピーカーのアプリを開発しています (最近公開出来てません😿)
かつ丼ARが流行っていたので 思いついたのですが
初めてPlaygroundを触ってみました。 •ゆるく褒めてください(涙) •https://playground.babylonjs.c om/#K8NRJG#9
解説-1 • BABYLON.SceneLoader.ImportMesh("", "scenes/Dude/", "Dude.bab ylon", scene, function (meshes) {
• scene.createDefaultCameraOrLight(true, true, true); • scene.createDefaultEnvironment(); • • });
解説-2 • https://doc.babylonjs.com/toolsAndResources/assetLibraries/availabl eMeshes • The Meshes Library に自由に使えるオブジェクトが掲載されている。 •
特殊なのしかないのですか。
解説-3 • 環境構築しなくても試せるので、Playground、ありがたいですね。 • // 調理台と思ってください。 • const box =
BABYLON.MeshBuilder.CreateBox("box", {height: 35, wi dth: 100, depth: 50}); • box.position.x = 10; • box.position.y = 20; • box.position.z = 35;
まとめ • 簡単に3Dが試せて、新鮮な驚きがあった。 • 構想の十分の一も出来なかった。もっとBabylon.jsを触りたい。 • 今後、音声入力も挑戦したいです。 • https://aws.amazon.com/jp/blogs/news/aws-how-to-hands-free- interaction-ar-vr-amazon-lex-babylon-js/