脳汁portal

アメリカ在住(だった)新米エンジニアがその日学んだIT知識を書き綴るブログ

2017-06-15から1日間の記事一覧

ReactVR 環境設定

react VR facebook.github.io Preparation ### download node.js $ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - $ sudo apt-get install -y nodejs ### download react vr $ npm install -g react-vr-cli /usr/bin/react-vr -> /usr/li…

WebVRのフレームワークで実写系360度コンテンツを表示する方法(Aframe / google vrview / react vr)

VR

Aframe aframe.io how to use <script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script> <a-scene> <a-sky src="path/to/img"></a-sky> </a-scene> オプション 初期表示の位置変更 <a-sky src="path/to/img" rotation="0 180 0"></a-sky> google vrview 360° Media | Google VR | Google Developers preparation $ git cl…