erich666 / Mineways

Exports models from Minecraft for 3D printing or rendering
http://mineways.com
Other
408 stars 60 forks source link

How to iterate each building and export the model? #4

Closed rylanathk closed 8 years ago

rylanathk commented 8 years ago

I am running a server and there are a big numbers of buildings and I want to export all of them. How can I do that after downloading your code? Which part of it should I look into and what information is necessary to export them?

erich666 commented 8 years ago

There's currrently no programmatic way to run Mineways and feed it coordinates, if that's what you mean. If you mean "how do I use Mineways?", please see the quickstart page here: http://www.realtimerendering.com/erich/minecraft/public/mineways/downloads.html - really, it's simple, watch the tutorial, https://www.youtube.com/watch?v=xmsnE85GNV8

rylanathk commented 8 years ago

@erich666 Thanks for reply. What I want is using the code of Mineways to get the 3D object file. It would be great help if you can tell me which part of code I should use or modify. Thanks in advance.

erich666 commented 8 years ago

Sure, WriteObjBox in ObjFileManip.cpp is where the OBJ file actually gets written out.