Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ blosc-src = { version = "0.3.0", features = ["lz4"] }
bytemuck = { version = "1.13", features = ["extern_crate_alloc"] }
byteorder = "1.4"
flate2 = "1"
glam = ">=0.18,<=0.24"
glam = ">=0.18,<=0.30"
half = { version = "2.2.1", features = ["bytemuck"] }
log = "0.4"
thiserror = "1"

[dev-dependencies]
bevy = { version = "0.11", default-features = false, features = ["bevy_pbr"] }
bevy-aabb-instancing = "0.10"
bevy_egui = "0.22"
smooth-bevy-cameras = "0.9"
Comment on lines -35 to -39
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have tried but failed (thus far) to push the dependency updates through to these crates. Will try again but we might just delete the samples as it's preventing us from bumping an entire dependency stack.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trying in ForesightMiningSoftwareCorporation/bevy_aabb_instancing#27 again but Bevy internals are incredibly complex, especially when never using it and jumping straight into deep custom rendering implementations and upgrading it from 0.11 to 0.17 with many new/changed abstractions.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ Implementation of features however is use-case limited, so contributions in area

# Broken files

These are test files from the OpenVDB website; <https://www.openvdb.org/download/>. Most file seem to be loading correctly
and displaying correctly in the `bevy` example that's provided with this library.
These are test files from the OpenVDB website; <https://www.openvdb.org/download/>.

The only failing files are the ones containing a "points" grid.
They all fail on `ParseError::InvalidNodeMetadata` which seem to be related to the lack of Multi-Pass I/O, though most need to be investigated.
Expand Down
94 changes: 0 additions & 94 deletions examples/bevy.rs

This file was deleted.

257 changes: 0 additions & 257 deletions examples/slicer.rs

This file was deleted.

Loading