Skip to content

Commit

Permalink
Update editor colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogoson committed Sep 19, 2021
1 parent d0d5a38 commit eecb609
Show file tree
Hide file tree
Showing 21 changed files with 16 additions and 8 deletions.
Binary file modified Attachment/images/MonoBezierCurve.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Attachment/images/MonoBezierCurveRenderer.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Attachment/images/MonoEllipseCurveRenderer.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Attachment/images/MonoHelixCurve.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Attachment/images/MonoHelixCurveRenderer.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Attachment/images/MonoHermiteCurve.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Attachment/images/MonoHermiteCurveRenderer.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Attachment/images/MonoSinCurveRenderer.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,14 @@ Press and hold the ALT into Tangent Edit mode, drag the handle to adjust the tan
If the start and end points are close, they will stick together.
Select the MonoHermiteCurve and drag the handle to adjust the anchor to see effect.
Press and hold the CTRL into Insert Edit mode, click the green handle to add a new anchor.
Press and hold the CTRL+SHIFT into Remove Edit mode, click the red handle to remove a anchor.
Press and hold the CTRL, click the green handle to add a new anchor.
Press and hold the CTRL+SHIFT, click the red handle to remove a anchor.
If do not use Auto Smooth,
Press and hold the ALT into Tangent Edit mode, drag the handle to adjust the tangent of anchor.
Press and hold the ALT+SHIFT into InOutTangent Edit mode, drag the handle to adjust the in out tangents of anchor.
Press and hold the ALT, click the cyan handle to open Tangent editor and drag the
cyan handle to adjust the tangent of anchor; on this mode, Press and hold the SHIFT
to open In and Out tangent editor, drag the cyan and green handle to adjust the
tangents of anchor.
Press and hold the ALT+COMMAND into All Tangents mode.
If the start and end points are close, they will stick together.
```

Expand Down Expand Up @@ -149,6 +152,8 @@ while (t < 1.0f)

- MonoHermiteCurveRenderer

![](.\Attachment\images\MonoHermiteCurveRendererEdit.PNG)

![](.\Attachment\images\MonoHermiteCurveRenderer.PNG)

- MonoBezierCurveRenderer
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified UnityProject/Assets/MGS.Packages/Curve/Plugins/MGS.Curve.dll
Binary file not shown.
Binary file modified UnityProject/Assets/MGS.Packages/Curve/Plugins/MGS.MonoCurve.dll
Binary file not shown.
11 changes: 7 additions & 4 deletions UnityProject/Assets/MGS.Packages/Curve/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,14 @@ Press and hold the ALT into Tangent Edit mode, drag the handle to adjust the tan
If the start and end points are close, they will stick together.
Select the MonoHermiteCurve and drag the handle to adjust the anchor to see effect.
Press and hold the CTRL into Insert Edit mode, click the green handle to add a new anchor.
Press and hold the CTRL+SHIFT into Remove Edit mode, click the red handle to remove a anchor.
Press and hold the CTRL, click the green handle to add a new anchor.
Press and hold the CTRL+SHIFT, click the red handle to remove a anchor.
If do not use Auto Smooth,
Press and hold the ALT into Tangent Edit mode, drag the handle to adjust the tangent of anchor.
Press and hold the ALT+SHIFT into InOutTangent Edit mode, drag the handle to adjust the in out tangents of anchor.
Press and hold the ALT, click the cyan handle to open Tangent editor and drag the
cyan handle to adjust the tangent of anchor; on this mode, Press and hold the SHIFT
to open In and Out tangent editor, drag the cyan and green handle to adjust the
tangents of anchor.
Press and hold the ALT+COMMAND into All Tangents mode.
If the start and end points are close, they will stick together.
```

Expand Down

0 comments on commit eecb609

Please sign in to comment.