demo-interp/README.md

13 lines
412 B
Markdown
Raw Permalink Normal View History

2020-01-16 22:01:11 +02:00
## demo-interp
2020-09-26 13:29:30 +03:00
2020-09-24 11:48:31 +03:00
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.
2020-09-26 13:29:30 +03:00
This may be pointless but there is a visible difference when using `cl_interp` values lower than ~60ms (4 / 66 ticks/s).
2020-01-16 22:01:11 +02:00
## usage
2020-09-26 13:29:30 +03:00
2020-01-16 22:01:11 +02:00
`yarn install`
`yarn build`
`cd test`
2020-09-26 13:29:30 +03:00
`node test-interp.js`