libanim

view install.bat @ 20:3c2428cb38f7

added the option of lightweight pre-pass top-down recursive calculation of matrices instead of going through the existing lazy thread-specific caching algorithm.
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 09 Dec 2013 04:06:30 +0200
parents
children
line source
1 mkdir c:\usr\include\anim
2 copy /Y usr\include\anim\* c:\usr\include\anim\
3 mkdir c:\usr\lib
4 copy /Y usr\lib\* c:\usr\lib\
5 pause