building-blocks icon indicating copy to clipboard operation
building-blocks copied to clipboard

A voxel library for real-time applications.

Results 11 building-blocks issues
Sort by recently updated
recently updated
newest added

Just a heads up: the links to 'access traits' and 'chunk map' under 'Getting Started' on the main docs.rs page lead to unavailable resources. Also the page is titled 'Crate...

This adds bevy-inspector-egui, and outputs FPS per frame via this. so for some reason, trying to add the dependency to bevy-inspector-egui to bevy_utilities, resulted in strange errors, I believe originating...

This is still not correct as can be seen in the image below, but I think it is close. It can surely be more optimised as it is likely calculating...

Something like this I think. In the test I was trying to use 1x1x1 lod0 chunks and a 2x2x2 superchunk and lod0 extent, thinking that it would downsample the 2x2x2...

👋 Hey there! I tried running the example and ran into some potential issues. What happens when I run the example: ![image](https://user-images.githubusercontent.com/6188386/132619485-af2be5c3-0627-499a-8d97-8fc07cd2b7bd.png) What I expected from the docs: ![image](https://user-images.githubusercontent.com/6188386/132619570-dbbe086e-6322-4ec8-92e1-1f17f0ce6f72.png) System...

![mesh_acne](https://user-images.githubusercontent.com/3229981/123344473-cd8da980-d508-11eb-9cfb-5e224a4c9d06.png) It seems like there are two issues contributing to the artifacts: 1. Non-manifold complexes 2. Interpolation between "unlit" normals and "lit" normals When you see random isolated black spots...

I know this is planned, but I have an idea on how to do this that I like to share, although I haven't managed to implement it myself. A cheap...

enhancement

I have a use-case where I need to generate a 2D navigation mesh for a non-voxel game. Currently I have a mesh that looks like this ( pardon the green...

This project seems very nice; I'm probably going to be using it as a voxel engine for my game (https://github.com/iMplode-nZ/Autofactory), but I need to run collisions between two different voxel...

enhancement