The call parameter that accompanies the notification code NOTIFY_RENDER_PREEVAL_FRAMEINFO is a pointer to this struct, which contains information about the view and the frame to be rendered.
#include <notify.h>
Public Attributes |
|
View * | view |
Information about the view being rendered -
same as that passed to GeomObject::GetRenderMesh().
|
|
FrameRendParams * | frp |
Information about the frame to be rendered.
|
|
INode * | viewNode |
The view node, as passed to
Renderer::Open(). May be NULL. |
|
ViewParams * | viewParams |
The view parameters, as passed to Renderer::Render().
|
Information about the view being rendered - same as that passed to GeomObject::GetRenderMesh().
Information about the frame to be rendered.
The view node, as passed to Renderer::Open(). May be NULL.
The view parameters, as passed to Renderer::Render().
Only valid if 'viewNode' is NULL.