From a3aa46483450cfb735d757910586d07af9419756 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 4 May 2011 10:48:51 +0000 Subject: [PATCH] change basic-shaders-only to #f, change win-origin to -2 -2 --- makepanda/config.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/makepanda/config.in b/makepanda/config.in index aca886bcb6..74bc4330b0 100755 --- a/makepanda/config.in +++ b/makepanda/config.in @@ -19,8 +19,10 @@ load-display pandagl #load-display tinydisplay # These control the placement and size of the default rendering window. +# A value of -2 for the origin means to center it on the screen, +# while -1 lets the window manager choose the position. -win-origin 50 50 +win-origin -2 -2 win-size 800 600 # Uncomment this line if you want to run Panda fullscreen instead of @@ -95,8 +97,5 @@ model-cache-textures #f # Setting it to #t makes them arbvp1 and arbfp1, since these # seem to be most reliable. Setting it to #f makes Panda use # the latest profile available. -# This default profile can be overriden by any profile setting -# from within the application. - -basic-shaders-only #t +basic-shaders-only #f