Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 812 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 812 Bytes

V2Reconstructor

Extract (most of) model data from Prototracer's Object3D files (.h file) to .obj file.

The output file will not be the same as the original obj file (unless it is really simple).

Sample

Sample model is from ProtoTracerOBJConverter

Usage

python V2Reconstructor.py <input file> <output file>

Quality

Horrible

Model is unrecognizable

  • DVD.obj

Bad

Contains imperfections/holes throughout the model, can be fixed by filling or remeshing.

  • Artisans.h
  • Proto.h

Good

Nearly perfect

  • Bee.obj
  • Charmander.obj
  • Creeper.obj
  • Cube.obj
  • DragonStatue.obj
  • Pikachu.obj *model is really large
  • Rocks.obj
  • SolidCube.obj
  • Spyro.obj

Fish

🐟