Blender
V3.3
|
Public Attributes | |
float | winmat [4][4] |
float | viewmat [4][4] |
float | viewinv [4][4] |
float | persmat [4][4] |
float | persinv [4][4] |
float | viewcamtexcofac [4] |
float | pixsize |
Store values from RegionView3D, set when drawing. This is needed when we draw with to a viewport using a different matrix (offscreen drawing for example).
Values set by ED_view3d_update_viewmat should be handled here.
Definition at line 2437 of file view3d_draw.c.
float RV3DMatrixStore::persinv[4][4] |
Definition at line 2442 of file view3d_draw.c.
Referenced by ED_view3d_mats_rv3d_backup(), and ED_view3d_mats_rv3d_restore().
float RV3DMatrixStore::persmat[4][4] |
Definition at line 2441 of file view3d_draw.c.
Referenced by ED_view3d_mats_rv3d_backup(), and ED_view3d_mats_rv3d_restore().
float RV3DMatrixStore::pixsize |
Definition at line 2444 of file view3d_draw.c.
Referenced by ED_view3d_mats_rv3d_backup(), and ED_view3d_mats_rv3d_restore().
float RV3DMatrixStore::viewcamtexcofac[4] |
Definition at line 2443 of file view3d_draw.c.
Referenced by ED_view3d_mats_rv3d_backup(), and ED_view3d_mats_rv3d_restore().
float RV3DMatrixStore::viewinv[4][4] |
Definition at line 2440 of file view3d_draw.c.
Referenced by ED_view3d_mats_rv3d_backup(), and ED_view3d_mats_rv3d_restore().
float RV3DMatrixStore::viewmat[4][4] |
Definition at line 2439 of file view3d_draw.c.
Referenced by ED_view3d_draw_offscreen(), ED_view3d_draw_offscreen_simple(), ED_view3d_mats_rv3d_backup(), and ED_view3d_mats_rv3d_restore().
float RV3DMatrixStore::winmat[4][4] |
Definition at line 2438 of file view3d_draw.c.
Referenced by ED_view3d_draw_offscreen(), ED_view3d_draw_offscreen_imbuf(), ED_view3d_draw_offscreen_simple(), ED_view3d_mats_rv3d_backup(), and ED_view3d_mats_rv3d_restore().