TextRenderer: added text renderer for debugging
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Wed, 12 Dec 2012 13:40:17 +0000 (05:40 -0800)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Wed, 9 Jan 2013 13:34:03 +0000 (05:34 -0800)
commit7fd92b7f8a10226aa35e26d6255bd005f796890b
tree1a176b884a164a1e7e9086a736ec91e3c3f88f09
parent205d9abb534e22da90ea9b69747371c8b7a80322
TextRenderer: added text renderer for debugging

the text  renderer does not provide any graphical representation of
the LayerManagement scene.

all calls to this renderer are logged, but no further processing
takes place.

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
CMakeLists.txt
LayerManagerPlugins/Renderers/Platform/TextRenderer/CMakeLists.txt [new file with mode: 0644]
LayerManagerPlugins/Renderers/Platform/TextRenderer/include/TextRenderer.h [new file with mode: 0644]
LayerManagerPlugins/Renderers/Platform/TextRenderer/src/TextRenderer.cpp [new file with mode: 0644]