Guillaume Chereau

Results 269 comments of Guillaume Chereau

What version of Goxel are you using? This problem seems to keep coming no matter how many time I "fix" it...

Question: are you by any chance able to compile Goxel on windows? I don’t have a high resolution screen so this bug is hard for me to test. If you...

@paloblanco: what would be nice is if you could try to compile and test the commit 4be6c600e37eec4d, which is just before a change in the resolution computation. Also could you...

Actually I removed this feature in the last update, since I didn't have to time to maintain this code (that was a bit complicated and buggy at time). You can...

Yea unfortunately. If you have an interesting project using this code I’ll had it back in the app. The reason I removed it is also that I felt that no...

Goxel doesn't support magica voxel layers. I think I should at least support importing magica voxel layers.

At the moment the only way is to use the procedural tool, but maybe that is not what you are looking for. One thing I would like to be able...

You are correct that the voxels index in a BL16 block is: x + y * 16 + z * 16^2. The colors are stored as 4 bytes: RGBA. On...

The 'mat' attribute in the layer is a 4x4 matrix that encodes both a rotation and translation. Note that this is only used for special layers: normal mesh layers don't...

The difficulty would mostly be to find the right format since there are a few standards for binary json. I haven’t looked much into it. Amazon ion seems pretty close...