Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Control point rotation
#1
Hi,
Posted the topic over in the unity forum here:
http://forum.unity3d.com/threads/release...011/page-4

I want the object to use the path for positioning but the control points for rotation (so the rotation is the mix of the previous and next control points. E.g. if I'm .25% of the way from the previous to the next point it would be something like (Psudo code): Rotation == PreviousPoint.Rotation *.25 + NextPoint.Rotation *.75 /2 = MyControllerRotation.


To see an image of what I'm trying to achieve take a look at the attachements


Thanks


Attached Files Thumbnail(s)
           
Reply


Messages In This Thread
Control point rotation - by hoesterey - 03-16-2016, 08:32 PM
RE: Control point rotation - by Jake - 03-18-2016, 08:23 PM
RE: Control point rotation - by hoesterey - 03-20-2016, 10:01 PM
RE: Control point rotation - by Jake - 03-22-2016, 10:03 PM
RE: Control point rotation - by hoesterey - 03-23-2016, 04:46 PM
RE: Control point rotation - by Jake - 03-26-2016, 08:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Control Point Interpolation Overrides. rickgplus 1 515 12-11-2025, 08:52 AM
Last Post: _Aka_
  12_Train junction point richardzzzarnold 5 3,394 04-16-2025, 02:19 PM
Last Post: _Aka_
  OnAfterControlPointAdded - Control Point is null jh092 5 3,154 02-04-2025, 09:31 PM
Last Post: _Aka_
  How to generate gameobject on the control point Yang Yi 1 1,602 12-10-2024, 10:14 PM
Last Post: _Aka_

Forum Jump: