|
ilRegisterNumImages tells OpenIL the number of images in the current image's animation chain. The "next" images can then be chosen and modified via ilActiveImage. This function is to be used from within functions that have been registered via ilRegisterLoad.
| ILboolean ilRegisterNumImages( ILuint Num );
|
Parameters | - Num
- Number of images in the animation chain to create.
|
See Also
|