guillaumechereau / goxel

Goxel: Free and Open Source 3D Voxel Editor
GNU General Public License v3.0
2.73k stars 219 forks source link

Render in ortho view? #295

Closed kyaso closed 1 year ago

kyaso commented 1 year ago

I just discovered Goxel, and it's a gift to have this powerful tool available for free!

My question: is there a way to render a scene in ortho/isometric view?

pegvin commented 1 year ago

Goto "Camera" Tab -> Select "Ortho" Checkbox

kyaso commented 1 year ago

@pegvin Thanks, however, this only changes the camera for the editing mode. I am talking about rendering. For me, the "Ortho" mode seems to be ignored in render mode. Am I missing something?

pegvin commented 1 year ago

Am I missing something?

yes you are, you are not actually doing what i'm saying, the above steps i showed work with render mode too.

kyaso commented 1 year ago

Interesting, then it looks like a bug. Because in my case, the render ignores the ortho selection.

I'm running the latest version on Linux.

pegvin commented 1 year ago

interesting.

guillaumechereau commented 1 year ago

Yes the code handling this case was missing. I added it now. Thanks for pointing this out.