CrossRoad

XRを中心とした技術ブログ。 Check also "English" category.

2019-01-01から1ヶ月間の記事一覧

meshをParticleにしたときのFPS変化をBabylon.jsとUnity WebGLで比較しました

Unityをはじめ、CG系の開発環境にはParticle Systemがあります。炎、雷などの綺麗なグラフィック表現には必須の機能です。 Babylon.jsにもParticle Systemがあります。試したところ思ったよりも負荷が少ない感じでした。一方、UnityはWebGL書き出しが可能で…

How to use OpenTable? What is Dining Point?

I found a good restaurant reservation site in trip abroad. In this post, I introduce the site “OpenTable”. I also do "Dining Point". Japanese version is here海外のレストラン簡単予約サービス「OpenTable」の使い方 - CrossRoad 1. What is OpenT…

How to solve Visual C++ Runtime Error message

Have you met "Visual Studio C++ Runtime Error" ? In my case, I met with the error when I run a tutorial application of Meta2 Head Mount Display. In this post, I investigated the cause of the error and how to resolve it. 日本語版はこちらで…