- FBX
- glTF
- Datasmith
- UDS
- OBJ
- material importer
- texture importer
- IES importer
R.Designアプリにユーザーご自身の3Dアセットをインポートすることができます。現在、以下のフォーマットをサポートしています。
- glTF
- GLB
- Datasmith
glTF (GL Transmission Format) is a 3D file format that stores 3D model information in JSON format. The use of JSON minimizes both the size of 3D assets and the runtime processing needed to unpack and use those assets. It was adopted for the efficient transmission and loading of 3D scenes and models by applications.
For details, please see glTF file format
What is the difference between the GLB and glTF file?
There is a significant difference between what is a GLB and glTF. The GLB format is a version of the glTF file. The difference is that the GLB format is a binary file format while the glTF is based on JSON (JavaScript Object Notation). The GLB locates all of the elements of a 3D scene, including materials, node hierarchy and cameras in one single compressed file. In comparison, the glTF file requires external processing file formats, such as for textures, shaders and animation data. These external elements are stored in the glTF file, but each in a unique format (JPEG for textures, GLSL for shaders and BIN for animation data).
Therefore, the GLB is known as an autonomous file (everything is included in a single network) and the glTF as a non-autonomous file. The GLB is also 33% smaller in size than the glTF file, which makes it more efficient to use as it takes up less processing information. At Visao, we use the GLB file for its ease of use.
二つのインポート・ボタンが表示されています。
- アイテム
- レベル(家または部屋モデル用)
インポートしたいアセットデータファイルをドラッグ&ドロップするか、上記のメニューボタンをクリックして、インポートしたいアセットデータファイルを選択してください。
インポート準備が完了すると、アイテム又はレベルが以下のように表にリストされます。
- 左クリック + ドラッグで、アイテムを空間内に表示する
- アイテムが空間内に表示されるまで数秒お待ちください。
- 開きたい部屋を左クリックする