Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1829 - trunk/Interface


Chronological Thread 
  • From: thiago@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1829 - trunk/Interface
  • Date: Wed, 7 Nov 2007 09:24:06 -0700 (MST)

Author: thiago
Date: Wed Nov  7 09:24:06 2007
New Revision: 1829

Modified:
   trunk/Interface/Camera.cc
Log:
I think most people expect the image to not get distorted when they
resize a window, so I'm changing the default aspectRatioMode so that
manta "works out of the box".

Modified: trunk/Interface/Camera.cc
==============================================================================
--- trunk/Interface/Camera.cc   (original)
+++ trunk/Interface/Camera.cc   Wed Nov  7 09:24:06 2007
@@ -5,7 +5,7 @@
 using namespace Manta;
 
 Camera::Camera()
-  : aspectRatioMode(Camera::KeepNone)
+  : aspectRatioMode(Camera::KeepVertical)
 {
 }
 




  • [Manta] r1829 - trunk/Interface, thiago, 11/07/2007

Archive powered by MHonArc 2.6.16.

Top of page