home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="CacheGrid">
- <description>
- This effect caches requested tiles and is able to stitch them together to process subsequent requests
- without having to request the rest of the effect pipeline to re-render everything.
- In this version, all cached tiles are actually aligned on a specific, fixed-step grid (e.g. 512x512 grid).
- That means that there are no overlapping tiles in cache.
- That also guarantees that the effect below will always been called in a consistent manner with the same tile locations and size.
- </description>
-
- <input index="0"/>
- </effect>
-