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
720
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
940
Other Decks in Programming
See All in Programming
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
530
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
1
220
AIでLINEスタンプを作ってみた
eycjur
1
230
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
Deep Dive into Kotlin Flow
jmatsu
1
340
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
500
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.5k
個人軟體時代
ethanhuang13
0
320
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
860
Ruby Parser progress report 2025
yui_knk
1
440
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.3k
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
Making Projects Easy
brettharned
117
6.4k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Thoughts on Productivity
jonyablonski
70
4.8k
The Cult of Friendly URLs
andyhume
79
6.6k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
The Language of Interfaces
destraynor
161
25k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Git: the NoSQL Database
bkeepers
PRO
431
66k
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ライフを!