$animblocksize: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
 
$animblocksize (size in K)
 
* If this is specified, all the animation data will be written to a .ani file, and when sequences need it the data will be demand loaded.
* The "size in K" is the block size the animations will be grouped into. Sizes between 4K and 64K are fine, though 16K or 32K has better memory fragmentation characteristics.




[[Category:QC Commands]]
[[Category:QC Commands]]

Revision as of 20:01, 7 November 2007

$animblocksize (size in K)
  • If this is specified, all the animation data will be written to a .ani file, and when sequences need it the data will be demand loaded.
  • The "size in K" is the block size the animations will be grouped into. Sizes between 4K and 64K are fine, though 16K or 32K has better memory fragmentation characteristics.