Mugen87 b0db743685 Utils: Move converters to modules. 5 years ago
..
README.md b0db743685 Utils: Move converters to modules. 5 years ago
fbx2three.js b0db743685 Utils: Move converters to modules. 5 years ago
obj2three.js b0db743685 Utils: Move converters to modules. 5 years ago

README.md

Utilities for converting model files to the Three.js JSON format. It's necessary to install the esm npm package before you can use the converters.

obj2three.js

Usage:

node -r esm obj2three.js model.obj

fbx2three.js

Usage:

node -r esm fbx2three.js model.fbx