|
| | DECOMP_SIZE_ASSERT (ViewportAppData, 0x18) |
| |
| void | ViewportDestroyCallback (IDirect3DRMObject *pObject, void *pArg) |
| |
| Result | ViewRestoreFrameAfterRender (IDirect3DRMFrame *pFrame, IDirect3DRMFrame *pCamera, IDirect3DRMFrame *pLightFrame) |
| |
| Result | ViewportPickImpl (IDirect3DRMViewport *pViewport, int x, int y, const GroupImpl **ppGroupsToPickFrom, int groupsToPickFromCount, const Group **&rppPickedGroups, int &rPickedGroupCount) |
| |
| ViewportAppData * | ViewportGetData (IDirect3DRMViewport *pViewport) |
| |
| IDirect3DRMFrame * | ViewportGetLightFrame (IDirect3DRMViewport *pViewport) |
| |
| Result | ViewAddLight (IDirect3DRMViewport *pViewport, const IDirect3DRMFrame *pLight) |
| |
| Result | ViewRemoveLight (IDirect3DRMViewport *pViewport, const IDirect3DRMFrame *pLight) |
| |
| Result | ViewSetCamera (IDirect3DRMViewport *pViewport, const IDirect3DRMFrame2 *pCamera) |
| |
| Result | ViewSetProjection (IDirect3DRMViewport *pViewport, ProjectionType type) |
| |
| Result | ViewSetFrustrum (IDirect3DRMViewport *pViewport, float frontClippingDistance, float backClippingDistance, float degrees) |
| |
| Result | ViewSetBackgroundColor (IDirect3DRMViewport *pViewport, float r, float g, float b) |
| |
| Result | ViewGetBackgroundColor (IDirect3DRMViewport *pViewport, float *r, float *g, float *b) |
| |
| Result | ViewClear (IDirect3DRMViewport *pViewport) |
| |
| Result | ViewPrepareFrameForRender (IDirect3DRMFrame *pFrame, IDirect3DRMFrame *pCamera, IDirect3DRMFrame *pLightFrame, float backgroundRed, float backgroundGreen, float backgroundBlue) |
| |
| Result | ViewRender (IDirect3DRMViewport *pViewport, const IDirect3DRMFrame2 *pGroup) |
| |
| Result | ViewForceUpdate (IDirect3DRMViewport *pViewport, unsigned long x, unsigned long y, unsigned long width, unsigned long height) |
| |
| Result | ViewTransformWorldToScreen (IDirect3DRMViewport *pViewport, const float world[3], float screen[4]) |
| |
| Result | ViewTransformScreenToWorld (IDirect3DRMViewport *pViewport, const float screen[4], float world[3]) |
| |