home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
Tmetaball.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-02-23
|
200b
|
11 lines
#ifndef _Tmetaball_H_
#define _Tmetaball_H_
enum
{
METABALLTAG_NEGATIVE = 1000, // BOOL
METABALLTAG_STRENGTH = 1001, // REAL
METABALLTAG_RADIUS = 1002 // REAL
};
#endif