You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
lib | ||
.gitignore | 5 years ago | |
.gitmodules | ||
LICENSE | ||
README.md | 5 years ago | |
objdevil1.py | 5 years ago |
README.md
objdevil1
A tool to convert between Devil May Cry 1 HD Collection PC file formats and Wavefront Objects.
Setup
This is a python script that relies on a C library. The following fetches the library and builds it.
git submodule update --init --recursive
cd ./lib/lib3ddevil1
make
Output
This script currently exports a point cloud of vertices because face data is not part of the mesh file format.
Faces may be generated using your 3d computer graphics editor of choice.
The upstream repository can be found at this link