Add implementation of chromakey for layer to LayerManagerPlugin
authorNobuhiko Tanibata <ntanibata@jp.adit-jv.com>
Sun, 5 Aug 2012 23:21:28 +0000 (08:21 +0900)
committerMichael Schuldt <michael.schuldt@bmw.de>
Wed, 12 Sep 2012 09:34:34 +0000 (11:34 +0200)
commita1f2b195cfbaf0c70909fa88b2a655f4305f713a
tree42db32b04b9110541c82fad30c6e1e2ee3ea46c5
parent15b751e2496cdc386295b4d4725b60155f36fe0a
Add implementation of chromakey for layer to LayerManagerPlugin

GLESGraphicSystem:
-If chromakey for layer is enabled, creates temporary buffer and render surfaces to it.
-and then the buffer is texturized and composite.
LayerManagerPlugins/Renderers/Graphic/include/GraphicSystems/GLESGraphicSystem.h
LayerManagerPlugins/Renderers/Graphic/src/GraphicSystems/GLESGraphicSystem.cpp