map tagging

This commit is contained in:
Sonic Dreamcaster
2024-10-17 21:05:25 -03:00
parent f33af0fc9a
commit d537d3761a
2 changed files with 213 additions and 9 deletions
+16
View File
@@ -96,4 +96,20 @@ void RamMod_Update(void);
void Spawner(void);
#endif
/*
// @port: Tag the transform.
FrameInterpolation_RecordOpenChild(shot, 0);
// @port Pop the transform id.
FrameInterpolation_RecordCloseChild();
// @port Skip interpolation
FrameInterpolation_ShouldInterpolateFrame(false);
// @port renable interpolation
FrameInterpolation_ShouldInterpolateFrame(true);
*/
#endif
File diff suppressed because it is too large Load Diff