3ds Max C++ API Reference
View Volume Clip Flags

Macros

#define GW_LEFT_PLANE   0x0100
 
#define GW_RIGHT_PLANE   0x0200
 
#define GW_BOTTOM_PLANE   0x0400
 
#define GW_TOP_PLANE   0x0800
 
#define GW_FRONT_PLANE   0x1000
 
#define GW_BACK_PLANE   0x2000
 
#define GW_PLANE_MASK   0x3f00
 

Detailed Description

Macro Definition Documentation

◆ GW_LEFT_PLANE

#define GW_LEFT_PLANE   0x0100

◆ GW_RIGHT_PLANE

#define GW_RIGHT_PLANE   0x0200

◆ GW_BOTTOM_PLANE

#define GW_BOTTOM_PLANE   0x0400

◆ GW_TOP_PLANE

#define GW_TOP_PLANE   0x0800

◆ GW_FRONT_PLANE

#define GW_FRONT_PLANE   0x1000

◆ GW_BACK_PLANE

#define GW_BACK_PLANE   0x2000

◆ GW_PLANE_MASK

#define GW_PLANE_MASK   0x3f00