Initial commit
This commit is contained in:
commit
e7a2cbc006
14 changed files with 2107 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
## 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.
|
||||
|
||||
## usage
|
||||
`yarn install`
|
||||
`yarn build`
|
||||
`cd test`
|
||||
`node test-interp.js`
|
Loading…
Add table
Add a link
Reference in a new issue