ephtracy / ephtracy.github.io

2.62k stars 289 forks source link

Big group bug - MagicaVoxel 0.99a #47

Open CaioMGA opened 6 years ago

CaioMGA commented 6 years ago

Hi!

I am creating a fireplace scene. It's just a character sitting on a chair looking to an enormous fireplace and casting a long shadow behind him.

So, the enormous fireplace is causing trouble.

It seems the render processes cuts half my fireplace. Note that the fireplace is supposed to have 126x126x126 and the depth of it is wrong.

I made these prints just moving the fire to different positions in world space. The frame for the fireplace is in the same position.

fireplace bug fireplace bug2 fireplace bug3

this is an image from my editor: fireplace bug4

Here's a link for my project and palette: https://drive.google.com/drive/folders/13uvy1yL395hz2Luude-7xUCZrjRMLCDq?usp=sharing

ephtracy commented 6 years ago

notice that the volume size in renderer is limited to 512x512x512, 256x1024x512 and 1024x1024x512; when your scene size exceeds this limit, it will be cropped.