home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd2.bin
/
3d
/
bodypaint
/
BodyPaint_3D_Demo.exe
/
resource
/
res
/
description
/
VPscenemotionblur.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-08-08
|
348b
|
17 lines
#ifndef _VPscenemotionblur_H_
#define _VPscenemotionblur_H_
enum
{
VP_SMBSUB = 1000,
VP_SMBSUB_5 = 0,
VP_SMBSUB_9 = 1,
VP_SMBSUB_16 = 2,
VP_SMBSUB_25 = 3,
VP_SMBSTRENGTH = 1001,
VP_SMBDITHER = 1002,
VP_SMBAARESTRICTION = 1003,
VP_SMBCAMERAOFFSET = 1004
};
#endif