Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some Questions about useful function I need
#2
Hi,
1) To get the TF: SplineController.RelativePosition
    To get the normalized distance: SplineController.AbsolutePosition / SplineController.Spline.Length
    The difference between TF and Distance is explained here: https://curvyeditor.com/documentation/sp...tart#units

2) Both are done by a single method: CurvySpline.GetNearestPointTF(Vector3 localPosition, out Vector3 nearestPoint)
   https://api.curvyeditor.com/520/class_fl...69c49bc5a6

3) It is the case

4) Via the API: CurvySpline.MakePlanar methods
   https://api.curvyeditor.com/520/class_fl...e34236174b
   This method is accessible in the inspector via the Restrict to 2D option
   https://curvyeditor.com/documentation/sp...rict_to_2d
   Note that Restrict to 2D make the spline planar on the X/Y plane. Right now, there is no plane selector in the inspector. Your message made me notice this lack. I will add a selector in a future version. But until then, I can send you a modified version of Curvy's code that will add said selector in the inspector.
  Also, there is a functionality to project a spline on any collider, including planes:
  https://curvyeditor.com/documentation/to...ra_project

All of the above is doable both in edit mode and play mode

If you have any other question please let me know.

Have a nice day
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Reply


Messages In This Thread
RE: Some Questions about useful function I need - by _Aka_ - 05-02-2019, 10:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Information Questions regarding spline colliders and collisions with rigidbodies Spyboticer 7 4,455 01-20-2025, 12:25 PM
Last Post: _Aka_
  Questions before buying erk13 3 2,593 05-15-2024, 10:38 PM
Last Post: _Aka_
  Does Curvy has gameobjects pooling system function? Chanon 7 3,939 09-07-2023, 12:43 PM
Last Post: _Aka_
  Scene 51 questions lukasynthetic 3 2,281 06-22-2022, 04:12 AM
Last Post: _Aka_

Forum Jump: