Skip to content

Commit

Permalink
Replaced python obj converter with node.js script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 23, 2017
1 parent c7ad7f5 commit 89cb329
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 3,712 deletions.
9 changes: 9 additions & 0 deletions utils/converters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Utilities for converting model files to the Three.js JSON format.

## obj2three.js

Usage:

```
node obj2three.js model.obj
```
Loading

0 comments on commit 89cb329

Please sign in to comment.