Update examples
This commit is contained in:
parent
5830da3d87
commit
c61ef10346
6 changed files with 61 additions and 59 deletions
|
@ -172,7 +172,7 @@ func drawTexturedCurve() {
|
|||
func drawCurve() {
|
||||
|
||||
if showCurve {
|
||||
rl.DrawLineBezierCubic(curveStartPos, curveEndPos, curveStartPosTangent, curveEndPosTangent, 2, rl.Blue)
|
||||
rl.DrawSplineSegmentBezierCubic(curveStartPos, curveEndPos, curveStartPosTangent, curveEndPosTangent, 2, rl.Blue)
|
||||
}
|
||||
rl.DrawLineV(curveStartPos, curveStartPosTangent, rl.SkyBlue)
|
||||
rl.DrawLineV(curveEndPos, curveEndPosTangent, rl.Purple)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue