Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with dynamically moving a sprite along a curve
#1
Hello guys. I am having a scene with a 2d sprite where i am creating dynamically a CatmulRom curve.Everything is just fine except the sprite orientation.So when i start creating the curve from the front side of the sprite where the sprite up vector is, it moves and orients just as it suppose to, but when i start creating the curve from the other side the sprite moves just fine, but comes out flipped in the opposite direction of the curve's tangents.I am moving and rotating on the same principle exposed in SpriteWalkerDistance.I am using as i said a CatmulRom curve with Orientation set to tangents, No CP rotation, Initial Up Vector - Control points.Can you help me understand what is happening?Thank you in advance
 

 
Reply
#2
Could you provide some screenshots or an example scene please?
Reply
#3
https://www.dropbox.com/s/xub29ffglrvvlac/curvy1.jpg

https://www.dropbox.com/s/0hx5vm3ngu7bzrv/curvy2.jpg
You can see on the second picture how the sprite starts moving flipped.This is when i start drawing spline behind its tail.
Reply
#4
Ok, looks like the tangents flip once you add CPs behind the sprite, right? I can't think of a way this could happen unless you flip the spline's direction, but I'm sure we can sort this out. How do you exactly add new CPs?

Is it possible to export this behaviour as an example scene (either posting it here or by mail to jake (at) fluffyunderware (dot) com)?

 
Reply
#5
Problem solved by mail:

The easiest way to orient a 2D sprite to a spline path is


Code:
transform.rotation = Quaternion.LookRotation(Vector3.forward,spline.GetTangentFast(tf));

Jake
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  snap to the curve created by the curvy splines segment points ShiroeYamamoto 0 0 7 hours ago
Last Post: ShiroeYamamoto
  Connections Problem Juton 3 14 03-06-2024, 10:41 AM
Last Post: _Aka_
  Moving object down or up the spline using gravity velikizlivuk 6 16 07-26-2023, 10:06 PM
Last Post: _Aka_
  how to make fast moving controller go all the way to linear points?(curvy8) hawken 7 12 06-06-2023, 09:47 AM
Last Post: _Aka_

Forum Jump: