CAMORPH_DATA_FLAGS

Detailed Description

Enumerations

enum class  CAMORPH_DATA_FLAGS {
  P ,
  S ,
  R ,
  POINTS ,
  TANGENTS ,
  VERTEXMAPS ,
  WEIGHTMAPS ,
  PARAMS ,
  USERDATA ,
  UV ,
  ASTAG ,
  ALL ,
  NONE
}
 

Functions

enum CAMORPH_DATA_FLAGS MAXON_ENUM_FLAGS (CAMORPH_DATA_FLAGS)
 

Enumeration Type Documentation

◆ CAMORPH_DATA_FLAGS

enum CAMORPH_DATA_FLAGS
strong
Enumerator

Position morphing.

Scale morphing.

HPB rotation morphing.

POINTS 

Points morphing.

TANGENTS 

Tangents morphing.

VERTEXMAPS 

Vertex map morphing.

WEIGHTMAPS 

Joint weights morphing.

PARAMS 

Parameter morphing.

USERDATA 

User data morphing.

UV 

UV coordinate morphing.

ASTAG 

This flag has usually to be set to store the current state of an object into the morph.
It is storing the morph data as set by the user in the morph tag, otherwise it would mess up the internal data.

ALL 

All data morphing.

NONE 

None.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum CAMORPH_DATA_FLAGS MAXON_ENUM_FLAGS ( CAMORPH_DATA_FLAGS  )