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.
Thanks.
by Yujiao Guo · in Torque Game Engine · 12/18/2007 (3:16 pm) · 1 replies
Torque 3D Owner Caylo Gypsyblood
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.