|
From: <cn...@us...> - 2009-08-18 05:47:34
|
Revision: 489
http://hgengine.svn.sourceforge.net/hgengine/?rev=489&view=rev
Author: cnlohr
Date: 2009-08-18 05:47:27 +0000 (Tue, 18 Aug 2009)
Log Message:
-----------
set default for MercuryAsset, to prevent frustration and pulling of hair of future developers, I'm going to make assets by default excluded
from culling
Modified Paths:
--------------
Mercury2/src/MercuryAsset.cpp
Modified: Mercury2/src/MercuryAsset.cpp
===================================================================
--- Mercury2/src/MercuryAsset.cpp 2009-08-18 05:39:50 UTC (rev 488)
+++ Mercury2/src/MercuryAsset.cpp 2009-08-18 05:47:27 UTC (rev 489)
@@ -6,7 +6,7 @@
extern bool DOOCCLUSIONCULL;
MercuryAsset::MercuryAsset()
- :m_isInstanced(false), m_boundingVolume(NULL), m_loadState(NONE)
+ :m_isInstanced(false), m_boundingVolume(NULL), m_loadState(NONE), m_excludeFromCull(true)
{
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|