All Projects → Zarbuz → VoxMerger

Zarbuz / VoxMerger

Licence: other
Console program for merge multiple MagicaVoxel scenes (.vox)

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to VoxMerger

MagicaVoxel File Writer
MagicaVoxel File Writer dependency free cpp class
Stars: ✭ 26 (+36.84%)
Mutual labels:  voxel, magicavoxel
parse-magica-voxel
Parse MagicaVoxel .vox files to javascript objects works in browser or server
Stars: ✭ 52 (+173.68%)
Mutual labels:  voxel, magicavoxel
voxel-builder
Voxel-based 3D modeling application
Stars: ✭ 31 (+63.16%)
Mutual labels:  voxel, magicavoxel
VoxToVFX
Import a MagicaVoxel project to Unity using the new VFX Graph
Stars: ✭ 61 (+221.05%)
Mutual labels:  voxel, magicavoxel
Sucle
Common Lisp Voxel Game Engine
Stars: ✭ 239 (+1157.89%)
Mutual labels:  voxel
Filetovox
Tool for convert files into Magicavoxel file
Stars: ✭ 188 (+889.47%)
Mutual labels:  voxel
Expo Voxel
🎮🌳 Voxel Terrain made in React Native. ∛
Stars: ✭ 169 (+789.47%)
Mutual labels:  voxel
Voxel Core
Voxel plugin for the Godot game engine!
Stars: ✭ 148 (+678.95%)
Mutual labels:  voxel
voxel-physics-engine
Simple but physical engine for voxels. Demo:
Stars: ✭ 59 (+210.53%)
Mutual labels:  voxel
voxelmetaverse
playing with voxel.js
Stars: ✭ 75 (+294.74%)
Mutual labels:  voxel
Cupoch
Robotics with GPU computing
Stars: ✭ 225 (+1084.21%)
Mutual labels:  voxel
Chunkstories
Somewhat fancy blocky game engine written in Kotlin
Stars: ✭ 199 (+947.37%)
Mutual labels:  voxel
Spatio temporal voxel layer
A new voxel layer leveraging modern 3D graphics tools to modernize navigation environmental representations
Stars: ✭ 246 (+1194.74%)
Mutual labels:  voxel
Vision3d
Research platform for 3D object detection in PyTorch.
Stars: ✭ 177 (+831.58%)
Mutual labels:  voxel
Perlin-Noise-3D-Voxel-Generator
Voxel generator based on perlin 3d noise | Python OpenGL
Stars: ✭ 22 (+15.79%)
Mutual labels:  voxel
Voxlords
VoxLords - ThreeJS WebGL game with a simple voxel engine
Stars: ✭ 154 (+710.53%)
Mutual labels:  voxel
Pix2vox
Implementation of "Pix2Vox: Context-aware 3D Reconstruction from Single and Multi-view Images" (Xie et al., ICCV 2019)
Stars: ✭ 216 (+1036.84%)
Mutual labels:  voxel
Marching Cubes On The Gpu
A implementation of the marching cubes algorithm on the GPU in Unity.
Stars: ✭ 208 (+994.74%)
Mutual labels:  voxel
Pix2vox
Sketch-Based 3D Exploration with Stacked Generative Adversarial Networks
Stars: ✭ 206 (+984.21%)
Mutual labels:  voxel
Proceduralterrain
Procedural voxel terrain generation in Unity
Stars: ✭ 237 (+1147.37%)
Mutual labels:  voxel

What is VoxMerger ?

VoxMerger is a console program (Windows only) which can merge multiple MagicaVoxel scenes (.vox) into one.

VoxMerger keep only colors really used from your models and keep materials settings. If the sum of your colors in all your models is higher than 256, it will keep only the first 256 colors. So optimize your palette before merging.

WARNING: VoxMerger is deprecated !

MagicaVoxel now support the importation of a complex .vox from the IO Panel

Usage

  • You need to open a console (like cmd or Powershell in Windows)
  • Go to the emplacement of the binary
  • Launch the command : ./VoxMerger.exe --i [INPUT] --o [OUTPUT]
  • [INPUT] refer to a folder filepath (mandatory) or a list of files, each file must be separate with a comma ','
  • [OUTPUT] refer to the destination path (mandatory)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].