Skip to content

Commit

Permalink
Remove: Bunny Model
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Jul 1, 2023
1 parent 4db7424 commit 528fe7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 105,416 deletions.
2 changes: 1 addition & 1 deletion crates/vent-assets/src/mesh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl ModelLoader3D {

for mesh in &scene.meshes {
indices.extend(mesh.faces.iter().flat_map(|face| face.0.iter().copied()));

vertices.extend(mesh.vertices.iter().map(|vertex| Vertex3D {
pos: [vertex.x, vertex.y, vertex.z],
tex_coord: [0.0, 0.0],
Expand Down
Loading

0 comments on commit 528fe7c

Please sign in to comment.