3ds Max C++ API Reference
Return values of ParticleCenter()

value indicating where the particle geometry (mesh) lies in relation to the particle position. More...

Macros

#define PARTCENTER_HEAD   1
 Particle geometry lies behind the particle position. More...
 
#define PARTCENTER_CENTER   2
 Particle geometry is centered around particle position. More...
 
#define PARTCENTER_TAIL   3
 Particle geometry lies in front of the particle position. More...
 

Detailed Description

value indicating where the particle geometry (mesh) lies in relation to the particle position.

Macro Definition Documentation

◆ PARTCENTER_HEAD

#define PARTCENTER_HEAD   1

Particle geometry lies behind the particle position.

◆ PARTCENTER_CENTER

#define PARTCENTER_CENTER   2

Particle geometry is centered around particle position.

◆ PARTCENTER_TAIL

#define PARTCENTER_TAIL   3

Particle geometry lies in front of the particle position.