Skip to content

Commit

Permalink
Breaks out spline code into its own class
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Mar 22, 2021
1 parent 996ee1e commit 192638d
Show file tree
Hide file tree
Showing 6 changed files with 500 additions and 352 deletions.
2 changes: 1 addition & 1 deletion Clean Shapes.yyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions objects/oTestSpline/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CleanSpline([x1, y1, x2, y2, x3, y3, x4, y4, x5, y5], 30)
.BlendExt([c_white, 1.0, c_yellow, 1.0, c_fuchsia, 1.0, c_aqua, 1.0, c_lime, 1.0])
.Thickness(100)
.Draw();
Loading

0 comments on commit 192638d

Please sign in to comment.