Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get nearest point problem
#2
Hi
It seems the source point is ignored when it is not set to a variable.
To fix that, go to CurvyGetNearestPoint.DoFindPoint, and replace the first two lines with the following:
Code:
if (!mSpline.IsInitialized || SourcePoint.IsNone) return;
if (StoreTF.IsNone && StorePosition.IsNone && StoreUpVector.IsNone && StoreRotation.IsNone && StoreRotation.IsNone) return;
I will send the edits to the PlayMaker's team to release the fix
PS: Tf is always between 0 and 1
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Messages In This Thread
Get nearest point problem - by Lupp_ - 02-28-2021, 12:43 AM
RE: Get nearest point problem - by _Aka_ - 03-01-2021, 09:54 AM
RE: Get nearest point problem - by Lupp_ - 03-01-2021, 02:43 PM
RE: Get nearest point problem - by _Aka_ - 03-01-2021, 03:00 PM
RE: Get nearest point problem - by Lupp_ - 03-01-2021, 04:34 PM
RE: Get nearest point problem - by Lupp_ - 03-01-2021, 10:18 PM
RE: Get nearest point problem - by _Aka_ - 03-02-2021, 10:43 AM
RE: Get nearest point problem - by Lupp_ - 03-02-2021, 01:48 PM
RE: Get nearest point problem - by _Aka_ - 03-02-2021, 02:42 PM
RE: Get nearest point problem - by _Aka_ - 03-03-2021, 11:28 AM
RE: Get nearest point problem - by Lupp_ - 03-04-2021, 10:19 PM
RE: Get nearest point problem - by _Aka_ - 03-05-2021, 10:33 AM
RE: Get nearest point problem - by Lupp_ - 03-05-2021, 02:53 PM
RE: Get nearest point problem - by _Aka_ - 03-05-2021, 03:45 PM
RE: Get nearest point problem - by Lupp_ - 03-05-2021, 06:02 PM
RE: Get nearest point problem - by _Aka_ - 03-06-2021, 12:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting Distance from a World Point zorksox 3 5 04-16-2024, 07:30 PM
Last Post: _Aka_
  Connections Problem Juton 3 16 03-06-2024, 10:41 AM
Last Post: _Aka_
  Avoiding runtime GC allocations on control point position change Ell223 8 18 02-24-2024, 10:43 AM
Last Post: _Aka_
  Connection "next' control point jh092 3 15 11-22-2023, 11:47 AM
Last Post: _Aka_

Forum Jump: