Describes how child frames are sorted in a scene.
typedef enum _D3DRMSORTMODE {
D3DRMSORT_FROMPARENT,
D3DRMSORT_NONE,
D3DRMSORT_FRONTTOBACK,
D3DRMSORT_BACKTOFRONT
} D3DRMSORTMODE;
Values
Child frames inherit the sorting order of their parents. This is the default setting.
Child frames are not sorted.
Child frames are sorted front-to-back.
Child frames are sorted back-to-front.
See Also
IDirect3DRMFrame::GetSortMode, IDirect3DRMFrame::SetSortMode