Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Can someone tell me what Cframe interpolation is?

Asked by 8 years ago

Can someone tell me what Cframe interpolation is?
Like can someone give me a example of it with angles of a part where it goes from one angle to another.

0
CFrame interpolation? You can only time you can use CFrame with interpolation is when you're using Interpolation on the camera. http://wiki.roblox.com/index.php?title=User:XLEGOx#CFrame_Interpolation this is the CFrame_Interpolation free model if you want it. BTW I DID NOT COPY PERFECTANXIETY'S ANSWER! EzraNehemiah_TF2 3552 — 8y
0
Well, that's the only method called interpolation, but any form of 'tweening' is a sort of interpolation. Interpolation is simply providing two points and interpolating between said points, or basically filling in the gap. Formula for very simple CFrame Interpolation: x1 = x + (x2-x1), or x1 = x + DeltaX. saenae 318 — 8y
0
x1 = x1 + (x2-x1) or x1 = x1 DeltaX* Sorry for the typo. saenae 318 — 8y

Answer this question