Skip to content

Commit

Permalink
changed model file to cube.obj (sword2 doesn't work) #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sycrosity committed Aug 27, 2022
1 parent 28f6f86 commit 09dce8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ impl State {

//load our model from its .obj file
let obj_model: model::Model =
resources::load_obj_model("sword2.obj", &device, &queue, &texture_bind_group_layout)
resources::load_obj_model("cube.obj", &device, &queue, &texture_bind_group_layout)
.await
.unwrap();

Expand Down

0 comments on commit 09dce8f

Please sign in to comment.