Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
animations [2019/03/12 14:23] – [Model-Animation caching] adminanimations [2019/09/09 09:25] – [Model-Animation caching] admin
Line 88: Line 88:
 Due to those performance needs, Gorilla3D offers some caching techniques for model animations. Due to those performance needs, Gorilla3D offers some caching techniques for model animations.
  
-As you've seen in the previous examples for loading a model, there was a supplied parameter for animation caching: "GORILLA_ANIMATION_CACHING_DEFAULT".+As you've seen in the previous examples for loading a model, there was a supplied parameter for animation caching: "GORILLA_ANIMATION_CACHING_DEFAULT" (Gorilla.DefTypes.pas)
  
 Gorilla3D offers a configurable caching mechanism to suite your needs. Gorilla3D offers a configurable caching mechanism to suite your needs.
Line 105: Line 105:
  
 === Hint === === Hint ===
-It is possible to combine compressed and vertex-position caching flags to reduce the number of data compressed. Otherwise on compressed caching full vertex data will be cached.+It is possible to combine compressed and vertex-position caching flags to reduce the number of data compressed. Otherwise on compressed cachingfull vertex data will be cached.
  
 <code> <code>