|
From: <axl...@us...> - 2009-07-06 16:15:00
|
Revision: 412
http://hgengine.svn.sourceforge.net/hgengine/?rev=412&view=rev
Author: axlecrusher
Date: 2009-07-06 16:14:59 +0000 (Mon, 06 Jul 2009)
Log Message:
-----------
remove debuggign print
Modified Paths:
--------------
Mercury2/src/Frustum.cpp
Modified: Mercury2/src/Frustum.cpp
===================================================================
--- Mercury2/src/Frustum.cpp 2009-07-06 16:12:53 UTC (rev 411)
+++ Mercury2/src/Frustum.cpp 2009-07-06 16:14:59 UTC (rev 412)
@@ -88,7 +88,6 @@
aux = (m_nc + X*m_nw) - eye;
aux.NormalizeSelf();
normal = Y.CrossProduct(aux);
- normal.Print();
m_planes[PRIGHT].Setup(m_nc+X*m_nw,normal);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|