VloxyEngine
VloxyEngine copied to clipboard
Performance oriented voxel engine for unity.
The current noise API is limited, it just has very few dials. Ideally, the Noise API or more accurately generation API should have the following capabilities:- - Layer based with...
- Expand upon the docs - look into creating Docusaurus components from c# doc tags - Add contributing guidelines
Added Q and E to move Camera up or down
Change the Sampler in TextureArray_AO to use Mirror instead of Repeat
The top faces are not rendered for the water blocks, which is to be expected due to the current meshing algorithm, which need to implement dual masking for meshing.
 Hello, upon closer inspection there seems to be a visible seam.
 Seems like the scheduler never reclaims (unloads) faraway chunks, resulting in a loss of performance.
https://github.com/BLaZeKiLL/VloxyEngine/assets/4276275/881ddc40-533b-4b01-a3fd-168873841e9e
Currently, we just have run length encoded interval trees, while they are generally good it would be nice to have an option for other data structures to best suit any...
A more sophisticated water shader would be fun to add reference - https://alexanderameye.github.io/notes/stylized-water-shader/