Blender  V3.3
Public Attributes | List of all members
View3DCameraControl Struct Reference

Public Attributes

Scenectx_scene
 
View3Dctx_v3d
 
RegionView3Dctx_rv3d
 
float view_mat_prev [4][4]
 
bool use_parent_root
 
Objectroot_parent
 
float dist_backup
 
float ofs_backup [3]
 
float rot_backup [4]
 
char persp_backup
 
bool is_ortho_cam
 
voidobtfm
 

Detailed Description

Definition at line 41 of file view3d_camera_control.c.

Member Data Documentation

◆ ctx_rv3d

RegionView3D* View3DCameraControl::ctx_rv3d

◆ ctx_scene

Scene* View3DCameraControl::ctx_scene

◆ ctx_v3d

View3D* View3DCameraControl::ctx_v3d

◆ dist_backup

float View3DCameraControl::dist_backup

◆ is_ortho_cam

bool View3DCameraControl::is_ortho_cam

◆ obtfm

void* View3DCameraControl::obtfm

◆ ofs_backup

float View3DCameraControl::ofs_backup[3]

◆ persp_backup

char View3DCameraControl::persp_backup

◆ root_parent

Object* View3DCameraControl::root_parent

◆ rot_backup

float View3DCameraControl::rot_backup[4]

◆ use_parent_root

bool View3DCameraControl::use_parent_root

Definition at line 58 of file view3d_camera_control.c.

Referenced by ED_view3d_cameracontrol_acquire().

◆ view_mat_prev

float View3DCameraControl::view_mat_prev[4][4]

The documentation for this struct was generated from the following file: