BitVoxel Engine
Geometry Lookup Table (LUT) forGeometry Lookup Table (LUT) generates vertices, normals and indices used in 3D BitVoxel Rendering. This LUT is designed to work with 6 bit BitVoxel Geometry Indices output from the BitVoxel Engine.
Installation
- Install using npm
npm install @ovistek/bvx-glut
About
This pre-computed static LUT contains all possible different variations and mutations for Voxel Face Rendering. Invisible or fully occluded surfaces will not be rendered.
Acknowledgements
This tool relies on the following open source projects.