Ignore:
Timestamp:
Mar 1, 2006, 8:08:27 PM (19 years ago)
Author:
qiaow
Message:

Added config.h. It contains global configuration variables.

One configuration variable is added: "NV40"

-- Use 6 series hardware (NV40). Comment its define will enable compatibility to 5xxx series cards (NV30). NV30

only supports 8-bit per component textures with linear filtering. Whereas NV40 supports 16bit per
component texture with linear filtering, thus can store negative values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/vizservers/nanovis/nanovis.h

    r226 r251  
    2525#include <float.h>
    2626
     27#include "config.h"
     28
    2729
    2830//defines for the image based flow visualization
     
    3436#define MAX_N_VOLUMES 10 //maximum of volumes the application can handle
    3537
    36 #define NV40            //the Nvidia 6 series card
    3738
    3839
Note: See TracChangeset for help on using the changeset viewer.