Interface Voxel

interface Voxel {
    color?: Color;
    position: Vector3;
}

Properties

Properties

color?: Color
position: Vector3