- Notifications
You must be signed in to change notification settings - Fork6
ViroFBX: The FBX -> VRX converter 🗳
License
NotificationsYou must be signed in to change notification settings
ReactVision/ViroFBX
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository maintains the converter from FBX formats to VRX formats.
FBX is an expansive and flexible 3D model format supported by most 3D authoring software. To load FBX files, use the ViroFBX script to convert the FBX file into a VRX file. The VRX file can then be loaded using<Viro3DObject>
. The ViroFBX script for macOS can found in your project'snode_modules/react-viro/bin
directory.
This branch is formacOS. Support for Linux is in thelinux-support
branch.
The following example shows how to convert a model into VRX format:
./ViroFBX path/to/model.fbx path/to/model.vrx