LucasDower / ObjToSchematic

A tool to convert 3D models into Minecraft formats such as .schematic, .litematic, .schem and .nbt
https://objtoschematic.com/
BSD 3-Clause "New" or "Revised" License
359 stars 40 forks source link

Feat: Constraint Multiple Axis At Once #108

Closed lazyRares closed 1 year ago

lazyRares commented 1 year ago

I'm attempting to put an object exported from Magicavoxel into Minecraft, and using this would be helpful. As it stands, you can constrain only one axis at one time, it gets really close to getting all three values correct but it hasn't yet. Just wondering if this would be possible?

This mesh is 110x69x61 (Shown Top Right) Example The Voxelizer has swapped the Length and Height after I clamped width to the correct value of 110. Example2

Basically, I'm trying to get 1:1 Magicavoxel Voxelization so one in voxel in Magicavoxel is one voxel in this program, Thanks!

LucasDower commented 1 year ago

I've added the ability to directly import .vox files instead of first converting them to .obj on the /0.8-vox-importer branch. It'll be released in update 0.8.0 when it comes out in the future.

LucasDower commented 1 year ago

Closed with 74b1d1222b304fd4c67fb7617f79aa81ad46d7f4.