|
From: <axl...@us...> - 2008-12-03 12:22:19
|
Revision: 27
http://hgengine.svn.sourceforge.net/hgengine/?rev=27&view=rev
Author: axlecrusher
Date: 2008-12-03 11:40:01 +0000 (Wed, 03 Dec 2008)
Log Message:
-----------
Move viewport into root as a test
Modified Paths:
--------------
Mercury2/src/Mercury2.cpp
Modified: Mercury2/src/Mercury2.cpp
===================================================================
--- Mercury2/src/Mercury2.cpp 2008-12-03 11:36:27 UTC (rev 26)
+++ Mercury2/src/Mercury2.cpp 2008-12-03 11:40:01 UTC (rev 27)
@@ -20,7 +20,8 @@
vp->Perspective(45,640.0f/480.0f,0.01,100);
root->AddChild(vp);
- vp->AddChild(t);
+ root->AddChild(t);
+// vp->AddChild(t);
t->AddChild(r);
r->AddAsset( q );
r->AddRender( q );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|