Skip to content

Commit

Permalink
Add test for different colors per triangle
Browse files Browse the repository at this point in the history
  • Loading branch information
AleMorales committed Jul 29, 2024
1 parent 81eb92f commit ad17674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_scenes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ let
height = e.length / 10,
move = true,
material = e.mat,
color = rand(RGB),
n = 20,
color = [rand(RGB) for _ in 1:20],
)
return nothing
end
Expand Down

0 comments on commit ad17674

Please sign in to comment.