CrossRoad

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

2018-12-30から1日間の記事一覧

How to execute ".babylon" files with Node.js server

Babylon.js has a file type ".babylon", which manages geometries of 3D model, file path of texture, and so on. In this article, I wrote a sequence from setting ".babylon" file to execute on web browser with Node.js. Of course it is a basic …

.babylonファイルを読み込んでNode.jsサーバで実行する方法

Babylon.jsには3Dモデルの配置や、テクスチャのマッピング情報などをまとめた「.babylon」というファイル形式があります。 今回は.babylonファイルをWebブラウザで表示するまでの流れを書きました。基本的ではありますが、私のようなWeb初心者にとっては、任…