*** empty log message ***

This commit is contained in:
georges 2001-02-17 08:16:59 +00:00
parent 46f3d4120b
commit 14a82e4f5c
2 changed files with 0 additions and 5 deletions

View File

@ -20,10 +20,6 @@ bool dx_show_transforms = config_dxgsg.GetBool("dx-show-transforms", false);
// If false, it will just blit into a window.
bool dx_full_screen = config_dxgsg.GetBool("dx-full-screen", false);
// Configure this true to glHint the textures into the cheapest
// possible mode. (this does nothing in dx currently)
bool dx_cheap_textures = config_dxgsg.GetBool("dx-cheap-textures", false);
// Configure this true to perform a cull traversal over the geometry
// by default, false otherwise. The cull traversal provides support
// for state-sorting, z-sorting, and binning.

View File

@ -13,7 +13,6 @@ NotifyCategoryDecl(dxgsg, EXPCL_PANDADX, EXPTP_PANDADX);
extern bool dx_show_transforms;
extern bool dx_full_screen;
extern bool dx_cheap_textures;
extern bool dx_cull_traversal;
extern bool dx_ignore_mipmaps;