darkfall / MagicaVoxelUnity

Unity3D plugin for MagicaVoxel's vox format.
MIT License
197 stars 34 forks source link

Suggestions #15

Open barraudf opened 6 years ago

barraudf commented 6 years ago

Hi,

I'm getting back to work on my old voxel project, and first thing to do is to get it up to date with Unity and MagicaVoxel.

I thought I could work on MagicaVoxelUnity on parallel and get it working again.

Here are a few changes that come to my mind :

What do you think @darkfall ?

barraudf commented 6 years ago

All this was actually pretty quick. Also, I'll add a tutorial on the wiki about SSAO

darkfall commented 6 years ago

@barraudf all these are good ideas! I'll be happy to merge the changes if you would like to.

I think @ephtracy haven't updated the documentation of .vox format as of 0.99a. I've heard he is going to make a plugin system for exporting models, that will make the integration easier : )

barraudf commented 6 years ago

@barraudf all these are good ideas! I'll be happy to merge the changes if you would like to.

I may push something tonight.

I think @ephtracy haven't updated the documentation of .vox format as of 0.99a

Yeah, I asked him on twitter, documentation will come later :(

barraudf commented 6 years ago

PR done.

I've not changed anything regarding the vox file reading using my new repository. I may give it a try once documentation is updated.