Skip to content

Commit

Permalink
add scalemap
Browse files Browse the repository at this point in the history
  • Loading branch information
rosaliedewinther committed Dec 9, 2024
1 parent 632f3f5 commit 5f32682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl<R: Read + Seek> VdbReader<R> {
let name = Self::read_name(reader)?;

Ok(match name.as_str() {
"UniformScaleMap" => Map::UniformScaleMap {
"UniformScaleMap" | "ScaleMap" => Map::UniformScaleMap {
scale_values: read_d_vec3(reader)?,
voxel_size: read_d_vec3(reader)?,
scale_values_inverse: read_d_vec3(reader)?,
Expand Down

0 comments on commit 5f32682

Please sign in to comment.