From e6132240da778fbfc4dcb68c409e929da116ba42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Tue, 2 Sep 2014 07:49:14 +0300 Subject: [PATCH] Documentation|Client: Todo note about renaming ModelRenderer --- doomsday/client/include/render/modelrenderer.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doomsday/client/include/render/modelrenderer.h b/doomsday/client/include/render/modelrenderer.h index d3c5121cc9..ee55683924 100644 --- a/doomsday/client/include/render/modelrenderer.h +++ b/doomsday/client/include/render/modelrenderer.h @@ -30,6 +30,11 @@ * The model renderer prepares available model assets for drawing (using ModelDrawable), * and keeps the set of needed ModelDrawable instances in memory. * + * @todo Consider renaming the class: the term "renderer" has the connotation of actually + * performing rendering, while in practice the ModelDrawables will be drawing themselves. + * This is the top-level class responsible for model assets and all their associated + * data. Perhaps the class should be instead portrayed more as a specialized Bank. -jk + * * @ingroup render */ class ModelRenderer