Marching-Cubes-Terrain
Marching Cubes terrain implementation in Unity using the Job System and the Burst compiler (by Eldemarkki)
FileToVox
Tool for convert files into Magicavoxel file (by Zarbuz)
Marching-Cubes-Terrain | FileToVox | |
---|---|---|
3 | 13 | |
555 | 447 | |
- | - | |
0.0 | 3.5 | |
over 3 years ago | over 1 year ago | |
C# | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Marching-Cubes-Terrain
Posts with mentions or reviews of Marching-Cubes-Terrain.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-14.
- Marching Cube
-
Is Unity capable of an efficient blocky style voxel engine?
sadly its not but take a look at https://github.com/Eldemarkki/Marching-Cubes-Terrain
-
Voxel-related resources, tutorials and plugins
i can recommend this project. it uses the new burst compiler and jobs for performance. i also worked a bit together with the repo owner and my voxel framework is somewhat based on his
FileToVox
Posts with mentions or reviews of FileToVox.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-27.
-
How to figure where object is open so I can FILL it?
Have you tried this tool: https://github.com/Zarbuz/FileToVox? In one of the issues someone had holes in their voxel file and the maintainer suggested using PLY file to fix it
-
How to import a .obj with size bigger than 256?
I got it working using MeshToVox (thanks to Zarbuz on the magicavoxel discord for answering). You can choose the scale you need and the chunk size and it creates the vox model for you with the right scale and cut into multiple chunks already assembled :)
-
Can't upload files to FiletoVox GUI
Just submit an issue here: https://github.com/Zarbuz/FileToVox/issues
-
Is there a way to voxelize 3D models with materials in Magicavoxel?
The FileToVox project exists, but it hasn't been reliable for me.
-
Hello, from the creek
Yes, I'm learning too. Here are the steps I used To generate a heightMap there are a lot of free tools like WorldPainter ..etc. For this work I used Heightmapper https://tangrams.github.io/heightmapper/ . You select your area and click export. Then resize the image since it's too big for MagicaVoxel. I've used paint for this. After that I converted the heightmap png image with FileToVoxGUI : https://github.com/Zarbuz/FileToVox/releases That's it you can now open generated .vox file in MagicaVoxel.
-
Scaling
If I were you, I’d try exporting your model as an OBJ to a traditional 3D app, scale its resolution there, export the result as an OBJ, then import that into MeshToVox. You might have to clean up unwanted voxels generated by MeshToVox, but that’ll get you closer to what you want.
-
How to 'voxelize' object
Go here and download the latest version of "MeshToVox.zip". The program is extremely easy to use, almost self-explanatory.
- Help needed to create a huge model
-
OBJ to VOXEL
Have you taken a look at FileToVox?
-
Converting OBJ files to voxel software workflow
Check out https://github.com/Zarbuz/FileToVox. The author (zarbuz) is also on the Magicavoxel (non official) discord too: https://discord.gg/E3UB8p36
What are some alternatives?
When comparing Marching-Cubes-Terrain and FileToVox you can also consider the following projects:
core - It is an open source voxel algorithms implementation for Unity Engine [GET https://api.github.com/repos/voxelbased/core: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
nbt-studio - An up-to-date NBT viewer and editor with lots of new features
UE5VoxelTutorial - A collection of voxel mesh generation algorithms
CsharpVoxReader - A generic C# reader for MagicaVoxel's vox file format
UniRx - Reactive Extensions for Unity
image-map - Converts image to maps for Minecraft Java and Bedrock