Protocolheckj.voxels 0.2.6Voxels
VoxelSampleable
A type that can be sampled at regular locations.
protocol VoxelSampleable
Browse conforming typesA type that can be sampled at regular locations.
protocol VoxelSampleable
import Voxels
A Swift library for storage, manipulation, export, and 3D rendering of Voxel data.
associatedtype VoxelDataType : SIMDScalar
func valueAt(_ combined: SIMD3<VoxelDataType>) -> VoxelDataType
func valueAt(x: VoxelDataType, y: VoxelDataType, z: VoxelDataType) -> VoxelDataType
enum HeightmapConverter
Utility functions for converting height maps into collections of voxels.
enum SDF
A collection of signed distance functions
struct SDFSampleable<T> where T : SIMDScalar
A wrapper for a signed distance function.