Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikolalysenko/mesh-fixer-cli
Repairs an OBJ file on the command line
https://github.com/mikolalysenko/mesh-fixer-cli
Last synced: about 2 months ago
JSON representation
Repairs an OBJ file on the command line
- Host: GitHub
- URL: https://github.com/mikolalysenko/mesh-fixer-cli
- Owner: mikolalysenko
- License: mit
- Created: 2017-06-06T03:14:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T03:38:16.000Z (over 7 years ago)
- Last Synced: 2024-10-20T14:27:33.495Z (2 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# repair-obj
Fixes holes and other broken stuff in an OBJ file### Install
```
npm i repair-obj
```### Usage
```
repair-obj < mymesh.obj > fixed.obj
```# License
(c) 2017 Mikola Lysenko. MIT License