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
WebVRフレームワーク「A-Frame」使ってみた/Monaca-WebVR-A-frame
Search
psc
February 27, 2018
Programming
0
740
WebVRフレームワーク「A-Frame」使ってみた/Monaca-WebVR-A-frame
ピープルソフトウェア(株)で行われた「大・Monaca祭り」プレゼン資料。
psc
February 27, 2018
Tweet
Share
More Decks by psc
See All by psc
受付アプリVue2 & Onsen UI2 テンプレート/Vue2-Onsen-UI2
psc
0
610
MonacaでRaspberry Pi を動かそう!/Monaca-Raspberry-Pi
psc
0
950
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
540
GoのDB アクセスにおける 「型安全」と「柔軟性」の両立 - Bob という選択肢
tak848
0
110
文字コードの話
qnighy
44
17k
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
460
Ruby and LLM Ecosystem 2nd
koic
1
850
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
250
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
Ruby x Terminal
a_matsuda
7
600
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
850
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.3k
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
220
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
190
Featured
See All Featured
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
BBQ
matthewcrist
89
10k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Building an army of robots
kneath
306
46k
Design in an AI World
tapps
0
170
4 Signs Your Business is Dying
shpigford
187
22k
Between Models and Reality
mayunak
2
230
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
300
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
150
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
140
Why Our Code Smells
bkeepers
PRO
340
58k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
270
Transcript
Monaca ×VR WebVRフレームワーク「A-Frame」使ってみた PSC 西中 大貴
目次 VRとは A-Frameについて A-Frameとは 実装方法
デモ紹介 実際に作ってみた! • PSC東京オフィスVR いいところ、悪いところ 今後やりたいこと
VRとは? Virtual Reality(仮想現実)の略称 コンピュータ上に人工的な環境を作り出し、そこ にいるかの様な感覚を体験できる技術
スマホでのVR について VRで表示するためにはスマホ用VRゴーグルが必要 トラッキングには端末のジャイロセンサーを使用
A-Frameとは MozillaがリリースしたWebVRのフレームワーク HTMLタグで記述できる
実装方法 フレームワークの読み込み • 360°画像を用意 • シーンの作成、及び360°写真の読み込み <script src="https://aframe.io/releases/0.2.0/aframe.min.js"></script> <a-scene>
<a-sky src="image.jpg"></a-sky> </a-scene>
他にも こんな実装 • 箱を出す • 球体を出す <a-box color= " tomato"
height="4" width="0.5"></a-box> <a-sphere color=“yellow" radius="5"></a-sphere>
A-Frameデモ 紹介 https://aframe.io/
作ってみた 360°写真をVRで表示するデモを作ってみました! PSC東京オフィスVR
いいところ と 悪いところ いいところ 安価 配線ストレスなし 電源不要
軽い トラッキングカメラ不要 セットアップとか容易? 悪いところ 視野角が狭い 解像度が低い コントローラーなし 複雑なコンテンツには 不向き?
今後 やりたいこと VRの状態で視線などで操作できるコンテンツ なにかゲーム性のあるコンテンツ VRではありませんが… • ARコンテンツ
おしまい ご清聴ありがとうございました よいVRライフを!