SA-MP Forums Archive
Camera interpolation skipping issue - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Camera interpolation skipping issue (/showthread.php?tid=325337)



Camera interpolation skipping issue - MP2 - 12.03.2012

Sometimes when interpolating my camera, it skips forward. Sometimes to the end, sometimes just a bit ahead. It is really annoying.

Code:

pawn Код:
SetPlayerInt(playerid, 0);
SetPlayerPos(playerid, -2406.2969,2374.0911,6.3353);
InterpolateCameraPos(playerid, -2396.54, 2367.10, 72.96, -2396.54, 2367.10, 120.96, 30000, CAMERA_MOVE);
InterpolateCameraLookAt(playerid, -2435.48, 2292.67, 88.96, 2745.61, -2446.19, 13.64, 30000, CAMERA_MOVE);
Happens quite rarely though, maybe 20 percent of the time. I will try to capture it with FRAPS.


Re: Camera interpolation skipping issue - Gforcez - 12.03.2012

Confirmed, got the same problem.


AW: Camera interpolation skipping issue - Drebin - 12.03.2012

Confirmed.
Not sure if I'm the only one, but sometimes the movement completely stops (including rotation, if applied).


Re: Camera interpolation skipping issue - Richie© - 12.03.2012

Happends to me to (local hosted server). Very ugly :/


AW: Camera interpolation skipping issue - Dripac - 18.03.2012

Confirmed

// edit, doesn't happen if the speed is fast, please fix it


Re: Camera interpolation skipping issue - pasha97 - 27.01.2013

Comfirmed. That happens to my server too


Re: Camera interpolation skipping issue - ev0lution - 28.01.2013

Yeah I've noticed this, quite annoying when you have a long camera movement.