Skip to content

Commit

Permalink
Switch to vanilla OBJ for all models
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Dagradi authored and Dominic Dagradi committed Dec 29, 2020
1 parent 395ae22 commit f69a2b6
Show file tree
Hide file tree
Showing 17 changed files with 1,929 additions and 835 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,14 @@
"glslify-deps": "^1.3.1",
"jest": "^26.0.1",
"parcel-bundler": "^1.12.4",
"parcel-plugin-text": "^0.9.7",
"prettier": "^2.0.5",
"ts-jest": "^26.1.0",
"typescript": "^3.8.3"
},
"parcel-plugin-text": {
"extensions": [
"obj"
]
}
}
}
Loading

0 comments on commit f69a2b6

Please sign in to comment.