Game Development Community

What is IFL and CRC???

by Yujiao Guo · in Torque Game Engine · 12/18/2007 (3:16 pm) · 1 replies

Is IFL International Fight League ??? and CRC Cyclic redundancy check ???
Thanks.

#1
12/18/2007 (3:40 pm)
IFL = Image File List
If for example you have even done any OLD school computer animation, a IFL is an animation consisting of a set of images, (frames) that build up the animation. (think cartoon CELL animation)


CRC = Cyclic Redundancy Check
A sloppy way to define this, every X# of BYTEs is calculated together as a token and the sum is set aside as a checksum. If later the same number of BYTES do not calculate into the same token then some type of error have occurred.