Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VoxFileModel ¶
type VoxFileModel struct {
// contains filtered or unexported fields
}
func (*VoxFileModel) ColorModel ¶
func (vfm *VoxFileModel) ColorModel() color.Model
func (*VoxFileModel) ForeachVoxel ¶
func (vfm *VoxFileModel) ForeachVoxel(fn func(pos mgl.Vec3I, vox rendering.Voxel))
func (*VoxFileModel) Size ¶
func (vfm *VoxFileModel) Size() mgl.Vec3I
func (*VoxFileModel) String ¶
func (vfm *VoxFileModel) String() string
Click to show internal directories.
Click to hide internal directories.