[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52867] trunk/blender/source/gameengine/ GamePlayer/ghost/GPG_ghost.cpp: Fix game player still not using fast GPU mipmap generation, user preferencs

Brecht Van Lommel brechtvanlommel at pandora.be
Tue Dec 11 09:01:17 CET 2012


Revision: 52867
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52867
Author:   blendix
Date:     2012-12-11 08:01:16 +0000 (Tue, 11 Dec 2012)
Log Message:
-----------
Fix game player still not using fast GPU mipmap generation, user preferencs
are not actually used here.

Modified Paths:
--------------
    trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp

Modified: trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
===================================================================
--- trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp	2012-12-11 08:01:05 UTC (rev 52866)
+++ trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp	2012-12-11 08:01:16 UTC (rev 52867)
@@ -492,6 +492,8 @@
 
 	// XXX this one too
 	U.anisotropic_filter = 2;
+	// enable fast mipmap generation
+	U.use_gpu_mipmap = 1;
 
 	sound_init_once();
 




More information about the Bf-blender-cvs mailing list