Update README.md

This commit is contained in:
laurirasanen 2020-09-24 11:48:31 +03:00
parent 3264954582
commit 57f32a37b4

View file

@ -1,7 +1,7 @@
## demo-interp ## demo-interp
Interpolate demo files by filling out gaps between Packets. An experiemental project for interpolating TF2 SourceTV demo files.
Normally a demo has a Packet every 4 ticks, this fills out the ticks inbetween by interpolating between the Packets. Normally a SourceTV 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. This may be pointless but there is a visible difference when using `cl_interp` values lower than ~60ms (4 / 66 ticks/s).
## usage ## usage
`yarn install` `yarn install`