Module reader

Module reader 

Source
Expand description

Provides functions to read VOX files.

Enums§

Error
Error type returned when reading a VOX file fails.

Functions§

from_file
Reads a VOX file from the specified path into crate::data::VoxData.
from_reader
Reads a VOX file from a reader into crate::data::VoxData.
from_slice
Reads a VOX file from a slice into crate::data::VoxData.
read_vox_into
Reads a VOX file from the reader into the VoxBuffer. This function is useful, if you want to provide your own VoxBuffer.