formZ SDK | 4.0 Call Back Reference | formZ Notification

fz_notf_rmtl_enum

Description

Surface style (render material) notification identifiers. These items indicate the action that is being notified.

enum fz_notf_rmtl_enum {

FZ_NOTF_RMTL_NONE,

FZ_NOTF_RMTL_DIRTY,

FZ_NOTF_RMTL_NEW,

FZ_NOTF_RMTL_DELETE,

FZ_NOTF_RMTL_PREVIEW_START,

FZ_NOTF_RMTL_PREVIEW_END };

Members

FZ_NOTF_RMTL_NONE

No action

FZ_NOTF_RMTL_DIRTY

general message when anything in surface style changes

FZ_NOTF_RMTL_NEW

new surface style

FZ_NOTF_RMTL_DELETE

surface style deleted

FZ_NOTF_RMTL_PREVIEW_START

surface style preview generation started (rmtl == NULL)

FZ_NOTF_RMTL_PREVIEW_END

surface style preview generation ended (rmtl == NULL)

Availability

6.0.0.5

Defined in

fz_notf_api.h