You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Huge improved version of voxelization of 3D models with MeshSampler. MeshSampler v2 is now a complete standalone application and doesn't need FileToVox to work. This means that FileToVox no longer read FBX or OBJ files
[MeshSampler v2] Added support of GLTF type files
[MeshSampler v2] Improved voxelization by using the GPU
[FileToVoxGUI] Updated to v0.3 to match FileToVox v1.14
Moved a lot of the core class and methods into a new repository : FileToVoxCore. This is a NuGet package which can be used to load and write .vox models. Project can found here: https://github.com/Zarbuz/FileToVoxCore
Fixed read and write of multiple vox models
Fixed index color if a palette is specified
Removed the parsing of arguments from a file (settings.ini)
FileToVox v1.14.1
Removed useless parameters and updated the wiki
FileToVoxGUI v0.3.1
Fixed advanced generation of heightmaps
Added a verification if the advanced generation of heightmap contains at least one step before launching the generation