Class RedrawViewsCallback

3DS Max Plug-In SDK

Class RedrawViewsCallback

See Also: Class Interface.

class RedrawViewsCallback

Description:

This is the callback used with Interface::RegisterRedrawViewsCallback().

Methods:

Prototype:

virtual void proc(Interface *ip)=0;

Remarks:

Implemented by the Plug-In.

This method will be called after all the viewports have completed drawing.

Parameters:

Interface *ip

A pointer for calling functions available in 3ds max.