.BABYLON ファイル拡張子
Babylon.js Scene
| 開発元 | Babylon.js |
| 人気度 |
3.5 | 2 票 |
BABYLONファイルとは?
A BABYLON file is a 3D scene created for use with the babylon.js web rendering engine. It contains JavaScript code that defines the 3D objects and lighting that appear in the scene, as well as the camera used to show the scene. The code BABYLON files contain is meant to be used as part of webpages and web applications, by rendering it using HTML and babylon.js.
詳細情報
Babylon.js is a rendering engine that developers can use to create 3D scenes and import them into webpages and web applications. To do so, developers code 3D scenes using JavaScript and imported Babylon.js assets. The scenes that developers create are most often saved as BABYLON files, though they may also be saved as .GLB files.
BABYLON files can reference other BABYLON files, allowing developers to create and display complex scenes. After a developer finishes their scene(s), they can display the scene in their webpage or app by importing requisite babylon.js scripts into their webpage or app's HTML, generating the babylon.js engine, and then copying the code their BABYLON file contains into their page or app's HTML.
注: More information on how to create and use BABYLON files is available in babylon.js's documentation, located at doc.babylonjs.com.
BABYLONファイルの開き方
To see the 3D scene a BABYLON file describes, you can copy and paste the code your BABYLON file contains into the Babylon.js Playground, linked below. Assuming the scene is coded correctly, it will appear in your web browser when you press the playground's Run button.
If you just want to view the JavaScript code your BABYLON file contains, you can open it any source code or text editor, such as Microsoft Visual Studio Code (cross-platform) or GitHub Atom (cross-platform).
