Revision: 1528
http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=1528&view=rev
Author: rorthomas
Date: 2010-08-22 20:06:24 +0000 (Sun, 22 Aug 2010)
Log Message:
-----------
improved some viewer properties
Modified Paths:
--------------
trunk/source/viewer/main.cpp
Modified: trunk/source/viewer/main.cpp
===================================================================
--- trunk/source/viewer/main.cpp 2010-08-22 20:05:07 UTC (rev 1527)
+++ trunk/source/viewer/main.cpp 2010-08-22 20:06:24 UTC (rev 1528)
@@ -178,9 +178,9 @@
pane_meshtree->CaptionVisible(true);
pane_meshtree->Caption(L"Tree");
pane_meshtree->FloatingSize(wxSize(200, 150));
- pane_meshtree->MinSize(wxSize(200, 250));
+ pane_meshtree->MinSize(wxSize(200, 100));
//pane_meshtree->MaxSize(wxSize(200, 150));
- pane_meshtree->BestSize(wxSize(200, 250));
+ pane_meshtree->BestSize(wxSize(200, 200));
pane_meshtree->Resizable(true);
pane_meshtree->TopDockable(false);
pane_meshtree->BottomDockable(false);
@@ -294,7 +294,7 @@
/// shit behaves badly, to be fixed!
if (e.LeftIsDown() || wp != 0)
{
- viewer->TurnCamera(Vector3(xp*0.8f, yp*0.8f, wp*0.002f));
+ viewer->TurnCamera(Vector3(xp, yp, wp*0.02f));
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel