This repository was archived by the owner on Nov 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# obj2difPlus
22
3- A converter to convert any-size obj to lag-free difs
4- Difs are capped at 16000 triangles, obj will be split and multiple difs will be exported accordingly
3+ A converter to convert any-size obj to lag-free difs.
4+ Difs are capped at 16000 triangles, obj will be split and multiple difs will be exported accordingly.
5+ If moving platforms are used, they will be exported to the first dif created.
56
67# Usage
78
8- No moving platform support. Textures are exported from the texture files linked with the materials in the mtl file.
9+ Textures are exported from the texture files linked with the materials in the mtl file.
910
1011```
1112obj2difPlus <file> [-flip]
1213file: path to obj file, can also drag files onto the program
1314flip (optional): flip normals, use if the resultant dif becomes inside out
1415double: (optional) make all faces double sided
1516splitcount <count>: (optional) changes the amount of triangles required till a split is required
17+ mp <path1> [<paths>..]: (optional) list of paths to obj files to use as moving platforms
1618```
1719
1820# Fixes to common problems
You can’t perform that action at this time.
0 commit comments