Gorilla.DefTypes.Cache

Unit Gorilla.DefTypes.Cache.pas

Classes

Enumerations

Constants

    TAnimationCachingState

    enum TAnimationCachingState = ( Started, Finished ) ;

    Defining states of caching.

    Started - The caching mechanism was started. But this do not mean, that already some data was cached.

    Finished - The caching process is finished and all necessary frames were cached.

    TAnimationFrameCompression

    Helper class for copying parts of a vertexbuffer into a memory stream. It also provides methods for stream compression.

    Remarks

    On MSWindows x86 we use LZ4 compression, because its much faster than default ZLib. On all other platforms ZLib compression is used, to pack data.

    Ancestors

    Members

    Methods

    TAnimationCaching

    Animation Caching Helper Class This class will manage cache generation for model animations

    Ancestors

    Members

    Fields

    Methods

    Properties