3ds Max C++ API Reference
Optimization Flags

Macros

#define OPTIMIZE_SAVEMATBOUNDRIES   (1<<0)
 Specifies that faces won't be collapsed across a material boundary. More...
 
#define OPTIMIZE_SAVESMOOTHBOUNDRIES   (1<<1)
 Specifies that faces won't be collapsed across a dissimilar smoothing group boundary. More...
 
#define OPTIMIZE_AUTOEDGE   (1<<2)
 Specifies that the edge visibility should be set automatically based on the angle between adjacent surface normals. More...
 

Detailed Description

Macro Definition Documentation

◆ OPTIMIZE_SAVEMATBOUNDRIES

#define OPTIMIZE_SAVEMATBOUNDRIES   (1<<0)

Specifies that faces won't be collapsed across a material boundary.

◆ OPTIMIZE_SAVESMOOTHBOUNDRIES

#define OPTIMIZE_SAVESMOOTHBOUNDRIES   (1<<1)

Specifies that faces won't be collapsed across a dissimilar smoothing group boundary.

◆ OPTIMIZE_AUTOEDGE

#define OPTIMIZE_AUTOEDGE   (1<<2)

Specifies that the edge visibility should be set automatically based on the angle between adjacent surface normals.

This will only set edges as invisible

  • it will not set edges as visible.