From bd140ea35646669dd34f9ec22dcbf40558f2566a Mon Sep 17 00:00:00 2001 From: nullprop Date: Thu, 24 Sep 2020 11:48:31 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afdd843..563f4a7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## demo-interp -Interpolate demo files by filling out gaps between Packets. -Normally a demo has a Packet every 4 ticks, this fills out the ticks inbetween by interpolating between the Packets. -Makes a visible difference on low `cl_interp` values at least. +An experiemental project for interpolating TF2 SourceTV demo files. +Normally a SourceTV demo has a Packet every 4 ticks, this fills out the ticks inbetween by interpolating between the Packets. +This may be pointless but there is a visible difference when using `cl_interp` values lower than ~60ms (4 / 66 ticks/s). ## usage `yarn install`