https://github.com/picosonic/3jsbin2obj
Convert three.js binary models to wavefront .obj format
https://github.com/picosonic/3jsbin2obj
3d 3d-models 3js converter wavefront-obj
Last synced: 10 months ago
JSON representation
Convert three.js binary models to wavefront .obj format
- Host: GitHub
- URL: https://github.com/picosonic/3jsbin2obj
- Owner: picosonic
- License: mit
- Created: 2017-05-24T12:56:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T14:29:27.000Z (over 1 year ago)
- Last Synced: 2025-04-16T00:12:53.179Z (10 months ago)
- Topics: 3d, 3d-models, 3js, converter, wavefront-obj
- Language: C
- Size: 5.86 KB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3jsbin2obj
Convert three.js binary models to wavefront .obj format
The binary file specified on the command line will be read and the processed output will go to standard out. This can be redirected to a file if needed.
Processing data and statistics will be output to standard error.
## Syntax :
`3jsbin > `
## Where :
* `` The three.js binary file
* `` The output wavefront .obj file
## Notes :
* All values are assumed to be little-endian
* A default materials file (tex.mtl) will be added to the .obj
* Material indexes are not processed and are instead allocated a number with prefix "Texture_"