home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
Ometaball.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-02-16
|
245b
|
12 lines
#ifndef _Ometaball_H_
#define _Ometaball_H_
enum
{
METABALLOBJECT_THRESHOLD = 1000, // REAL
METABALLOBJECT_SUBEDITOR = 1001, // REAL
METABALLOBJECT_SUBRAY = 1002, // REAL
METABALLOBJECT_EXPONENTIAL = 1003 // BOOL
};
#endif