source: trunk/vizservers/nanovis/config.h @ 823

Last change on this file since 823 was 434, checked in by mmc, 18 years ago

Added separate controls for outline enable/disable/color, and volume
data enable/disable.

File size: 814 bytes
Line 
1/*
2 * ----------------------------------------------------------------------
3 * Nanovis: Visualization of Nanoelectronics Data
4 *
5 * ======================================================================
6 *  AUTHOR:  Wei Qiao <qiaow@purdue.edu>
7 *           Purdue Rendering and Perceptualization Lab (PURPL)
8 *
9 *  Copyright (c) 2004-2006  Purdue Research Foundation
10 *
11 *  See the file "license.terms" for information on usage and
12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
13 * ======================================================================
14 */
15
16
17#define NV40      //Uncomment if using 6 series card. By default we assume older card the 5xxx series
18#define XINETD  //enable render server
19//#define EVENTLOG  //enable event logging
20//#define DO_RLE  //do run length compression
Note: See TracBrowser for help on using the repository browser.