Martin Gerhardy

Results 244 issues of Martin Gerhardy

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

Use the `voxel::Voxel::_flags` member (which is also available in the shader - see `voxel::VoxelVerte`x) to perform voxel selection. Selected voxels should just get highlighted in the shader - not with...

voxedit
feature request

using a naive picker to determine the height seems flaky. It jumps around and does not always match the mouse

bug
voxedit

Currently the quat lerp is taking the shortest way from src to dest. but the animation creator might have configured it to take the long way ImGuizmo doesn't support this...

voxedit
feature request
animation
format-sandbox

Order Independent Transparency https://developer.download.nvidia.com/assets/gamedev/docs/OrderIndependentTransparency.pdf

enhancement

button should be next to Add/Remove keyframe buttons. ![Bildschirmfoto von 2022-03-31 17-57-59](https://user-images.githubusercontent.com/577713/161098584-89ac1a25-aadd-45a6-8988-345e058c3201.png)

voxedit
animation

There are some interesting brushes in e.g. cubiquity: https://bitbucket.org/volumesoffun/cubiquity/src/master/Core/TerrainVolumeEditor.cpp

enhancement
voxedit