Skip to content

Commit

Permalink
Update triangle.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
arhik committed Jul 7, 2024
1 parent ff4a956 commit 1950107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives/triangle.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ end

function defaultTriangle3D()
vertexData = cat([
[-1.0, -1.0, 0.0, 1],
[1.0, -1.0, 0.0, 1],
[-1.0, -1.0, 0.0, 1],
[0.0, 1.0, 0.0, 1],
]..., dims=2) .|> Float32

Expand Down

0 comments on commit 1950107

Please sign in to comment.