|
MVE - Multi-View Environment mve-devel
|


Go to the source code of this file.
Classes | |
| struct | fssr::VoxelData |
| Stores per voxel data. More... | |
| struct | fssr::VoxelIndex |
| The voxel index is a unique 64 bit ID for each voxel in the octree. More... | |
Namespaces | |
| namespace | fssr |
Functions | |
| VoxelData | fssr::interpolate_voxel (VoxelData const &d1, float w1, VoxelData const &d2, float w2) |
| Interpolates between two VoxelData objects for Marching Cubes. | |