Skip to content

Commit

Permalink
[vent-assets] port to modelz
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Jul 21, 2024
1 parent 1c9f473 commit 3e34b5d
Show file tree
Hide file tree
Showing 11 changed files with 457 additions and 792 deletions.
105 changes: 57 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions crates/vent-assets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ image = "0.25"

log = "0.4"

ash = { version= "0.38", default-features = false, features = ["loaded"] }
ash = { version= "0.38", default-features = false }

# model
tobj = { version = "4.0.0", features = ["async"] }
gltf = "1.4.0"
# model is development and we often need features/changes which are not published yet
modelz = { git = "https://github.com/ventengine/Modelz.git" }

2 changes: 1 addition & 1 deletion crates/vent-assets/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use ash::vk::{self};
use gltf::material::AlphaMode;
use modelz::AlphaMode;
use vent_rendering::{image::VulkanImage, mesh::Mesh3D};

mod image;
Expand Down
Loading

0 comments on commit 3e34b5d

Please sign in to comment.