3ds Max C++ API Reference
Loading...
Searching...
No Matches
Trajectory Path coloring values

Enumerations

enum  PathColoringType { kNoGradation = 0 , kUIColor = 1 , kWireColor = 2 , kSpeed = 3 }

Detailed Description

Enumeration Type Documentation

◆ PathColoringType

Enumerator
kNoGradation 

plain line, in the color defined by 'Trajectory' in the Gizmos section of the UI colors (by default red)

kUIColor 

from start to finish, progressing from the UI colors 'Trajectory Start' and 'Trajectory End'

kWireColor 

a progression between colors based on the object wire color

kSpeed 

color based on the object speed at that point, from blue at trajectory slowest to pure red at the fastest point

10316 {
10317 kNoGradation = 0,
10318 kUIColor = 1,
10319 kWireColor = 2,
10320 kSpeed = 3,
10321 };
@ kNoGradation
plain line, in the color defined by 'Trajectory' in the Gizmos section of the UI colors (by default r...
Definition maxapi.h:10317
@ kWireColor
a progression between colors based on the object wire color
Definition maxapi.h:10319
@ kUIColor
from start to finish, progressing from the UI colors 'Trajectory Start' and 'Trajectory End'
Definition maxapi.h:10318
@ kSpeed
color based on the object speed at that point, from blue at trajectory slowest to pure red at the fas...
Definition maxapi.h:10320