Skip to content

Convert FBX files to glTF 2.0 to view them in WebVR

Notifications You must be signed in to change notification settings

philsawicki/fbx-to-gltf

Repository files navigation

FBX to glTF 2.0 Converter

Convert FBX files to glTF 2.0 using Facebook's converter.

Installation

  1. Clone this repository on your machine.
  2. Run docker-compose build
  3. Run docker-compose up -d

Then navigate to:

To run the test suites:

  1. Bring up the Docker services (see installation steps above).
  2. Run npm test

HTML test coverage can alternatively be generated using npm run generate:coverage. The browsable test coverage results will be placed in the /coverage folder.

Screenshots

WebVR Viewer demo, using teleport controls:
WebVR Viewer demo

Upload page:
Upload page

Viewer page:
VR Viewer page

Improvements

  • Use AMQP or RabbitMQ instead of Redis for queue persistence, message ACK, etc.
  • Support more FBX options (i.e. not only Embedded Media).
  • Add mesh simplification options.
  • Support Draco mesh compression.
  • Limit upload file sizes?

About

Convert FBX files to glTF 2.0 to view them in WebVR

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published