Skip to content

Commit

Permalink
update number of attribs
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Jun 27, 2024
1 parent 9362799 commit a92967a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ end
@testset "OBJ" begin
msh = load(joinpath(tf, "test.obj"))
@test length(faces(msh)) == 3954
@test length(coordinates(msh)) == 2520
@test length(normals(msh)) == 2520
@test length(coordinates(msh)) == 2519
@test length(normals(msh)) == 2519
@test test_face_indices(msh)

msh = load(joinpath(tf, "cube.obj")) # quads
Expand Down

0 comments on commit a92967a

Please sign in to comment.