With the recent topics on the GDB format, I decided to remake an old GDB to PLY converter I had laying around.
So here it is!
It saves a ply file including texture coordinates and vertex colors.
Update 2019-03-11 (v3) :
- Now has an option to create a ply file per material.
It names the output file as <file>_<materialname>.ply
Most material names are exactly the same as the name of the texture they use, but not all. You can check that in the MDB file.
- This version