Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-25 16:38:24 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-25 16:38:24 +0300
commit2d3209c4b3e2ba3b7f9e51d83028901ba912b678 (patch)
tree8c60a34c8d4489408f2f5b5bfd10ea19312380e2 /source/gameengine/Rasterizer/RAS_texmatrix.cpp
parent8476f26bc68fc919459661a675f4666dd215aabc (diff)
doxygen: gameengine/Rasterizer tagged.
Diffstat (limited to 'source/gameengine/Rasterizer/RAS_texmatrix.cpp')
-rw-r--r--source/gameengine/Rasterizer/RAS_texmatrix.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/gameengine/Rasterizer/RAS_texmatrix.cpp b/source/gameengine/Rasterizer/RAS_texmatrix.cpp
index ac6da255710..89536eb0562 100644
--- a/source/gameengine/Rasterizer/RAS_texmatrix.cpp
+++ b/source/gameengine/Rasterizer/RAS_texmatrix.cpp
@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file gameengine/Rasterizer/RAS_texmatrix.cpp
+ * \ingroup bgerast
+ */
+
+
#include "RAS_TexMatrix.h"
void RAS_CalcTexMatrix(RAS_TexVert p[3],MT_Point3& origin,MT_Vector3& udir,MT_Vector3& vdir)