Edge Visibility Flags
Main Page
Topics
Modules
Namespaces
Classes
Files
Edge Visibility Flags
Related help topics:
3ds Max SDK Features > Rendering > Textures Maps > Face-Mapped Materials
Macros
Module description
If the bit is 1, the edge is visible.
Macros
#define
EDGE_A
(1<<0)
#define
EDGE_B
(1<<1)
#define
EDGE_C
(1<<2)
#define
EDGE_ALL
(
EDGE_A
|
EDGE_B
|
EDGE_C
)
Macro Definition Documentation
#define EDGE_A (1<<0)
#define EDGE_B (1<<1)
#define EDGE_C (1<<2)
#define EDGE_ALL (
EDGE_A
|
EDGE_B
|
EDGE_C
)