n3rdw1z4rd / vox-importer

A Godot plugin to import MagicaVoxel .vox files as meshes.
MIT License
12 stars 12 forks source link

Big meshes #1

Open bamyazi opened 5 years ago

bamyazi commented 5 years ago

This is not really an issue since this is a great asset - particularly for prototyping - it has improved my workflow considerably since i can model in magicavoxel save and instantly have the mesh in godot, but worth mentioning that it doesn't do greedy meshing so you get polygons for every cube face so if you're using it to create floors, walls etc you quickly get a very high polygon count. Regardless of that thanks for a great asset

qbradq commented 5 years ago

@bamyazi Greedy meshing was implemented here

I am not sure if this repo is being updated or not.

For reference, here is this same issue on the original repo. While the original author is responding to communication, development appears stalled. At this time I recommend following CloneDeath's repo.