Skip to content

Python script that attempt to convert the Object3D file back to obj file

Notifications You must be signed in to change notification settings

stamp-cmd/OBJ-Reconstructor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

🐟

About

Python script that attempt to convert the Object3D file back to obj file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages