vengi icon indicating copy to clipboard operation
vengi copied to clipboard

free and open source voxel art tools - editor, thumbnailer and format converter

Results 142 vengi issues
Sort by recently updated
recently updated
newest added

rotating the object breaks the bounding box. ``` SceneManager::render _shapeRenderer.render(_aabbMeshIndex, camera); ``` ![Bildschirmfoto von 2022-03-31 17-57-27](https://user-images.githubusercontent.com/577713/161098479-d45a4c5e-c45a-4f5d-bb5e-a4aa6c2a6eb8.png) ![Bildschirmfoto von 2022-03-31 17-57-23](https://user-images.githubusercontent.com/577713/161098486-99f33b41-e47d-47f4-b0b4-8da90e878bb6.png)

bug
voxedit
animation

getting a bus error 10 report during lto when compiling on osx.

OS: Darwin

This would need the help from a windows coder. The basic stuff should be there - but I 0 experience in windows coding and this stuff is full of weird...

enhancement
help wanted
feature request
OS: Windows

Parameters could be: * hue * saturation * brightness * etc.

voxedit
feature request

https://abfab3d.com/svx-format/ https://www.shapeways.com/blog/archives/17972-shapeways-launches-svx-voxel-file-format-for-3d-printing.html https://gist.github.com/Eisenwave/799416ac162a4dddeb1312f357f1385c [sphere.svx.zip](https://github.com/mgerhardy/vengi/files/8760289/sphere.svx.zip)

enhancement
feature request
format

- [x] Add VXA2 saving - [x] Bump VXR version to 9 - [x] Fix transforms in VXA - [ ] Maybe also add animation support into the scene graph...

bug
animation

Some of the faces that are visible (front and top) should not be visible - while the back and bottom face should be visible. ![Bildschirmfoto von 2022-05-03 22-55-46](https://user-images.githubusercontent.com/577713/166564763-8b2d009b-d206-494d-92fc-00336f3e4dfc.png)

bug
voxedit

Island based world generation based on this blog post https://jobtalle.com/layered_voxel_rendering.html should be implemented. ~~In a way that only 2d heightmaps are combined (even for cliffs). These heightmaps can then be...

![voxedit-bug-screen](https://user-images.githubusercontent.com/577713/141693786-3b7d5bcd-5524-4976-8f41-9d758c534010.png) Deleting the imgui user settings didn't change anything. windows 10 gtx 1650 4gb

bug
voxedit
OS: Windows

78e07a908e2ad1dedc00bc44f2d6f66f056baf67 activates the ortho camera views for left,right,top and bottom viewports. The `Camera::screenRay()` or the `SceneManager::trace()` is broken for the ortho views. Once the tracing is working we should not...

enhancement
voxedit