Update textures_textured_curve.c
This commit is contained in:
parent
21354119cc
commit
9d8a11f21a
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ int main()
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
static void DrawCurve(void)
|
static void DrawCurve(void)
|
||||||
{
|
{
|
||||||
if (showCurve) DrawSplineBezierCubic(curveStartPosition, curveEndPosition, curveStartPositionTangent, curveEndPositionTangent, 2, BLUE);
|
if (showCurve) DrawSplineSegmentBezierCubic(curveStartPosition, curveEndPosition, curveStartPositionTangent, curveEndPositionTangent, 2, BLUE);
|
||||||
|
|
||||||
// Draw the various control points and highlight where the mouse is
|
// Draw the various control points and highlight where the mouse is
|
||||||
DrawLineV(curveStartPosition, curveStartPositionTangent, SKYBLUE);
|
DrawLineV(curveStartPosition, curveStartPositionTangent, SKYBLUE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue