Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bezier tangent points constantly change coordinates
#1
Hi.

I'm trying to use a bezier curve but I noticed that in game AND in editor when Update happens currently selected Bezier tangent shifts a bit.
It's a small change every second but provided that you work or run your game long enough the tangents will noticeably move.

Has anyone experienced this?
Reply
#2
Hi,

not really. A quick test shows that the Bezier handles stay constant. Could you give me an explanation how to reproduce this? Or perhaps a small sample scene (without Curvy in it!)?

Thanks

Jake
Reply
#3
The effect looks like this: http://screencast.com/t/QNxB5BymDf
See, I'm moving my mouse over the scene in Edit mode and handles change their positions too.

 
Reply
#4
Yes, that is clear and it looks like the usual floating point inaccuracy. I just can't reproduce it. As long as you don't move the handles (or change them by code), the value should be untouched. Could it be that you are continously updating/writing the Handle positions from your code somewhere?





 
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  animating points on a spline Antonio 11 18 09-17-2023, 09:55 AM
Last Post: _Aka_
  Getting object on spline Position when Spline has coordinates larger than 2000 velikizlivuk 5 8 09-05-2023, 01:01 PM
Last Post: velikizlivuk
  how to make fast moving controller go all the way to linear points?(curvy8) hawken 7 11 06-06-2023, 09:47 AM
Last Post: _Aka_
Video How do I merge splines only if some control points are at the sam position? arcade.autumn 5 15 02-13-2023, 09:35 AM
Last Post: _Aka_

Forum Jump: