Blender V2.61 - r43446
|
Public Attributes | |
float | camangle |
float | camsize |
float | xasp |
float | yasp |
float | shiftx |
float | shifty |
float | rotmat [4][4] |
float | caminv [4][4] |
short | do_persp |
short | do_pano |
short | do_rotmat |
Definition at line 36 of file uvproject.c.
float UvCameraInfo::camangle |
Definition at line 37 of file uvproject.c.
Referenced by project_camera_info(), and project_from_camera().
float UvCameraInfo::caminv[4][4] |
Definition at line 42 of file uvproject.c.
Referenced by project_camera_info(), and project_from_camera().
float UvCameraInfo::camsize |
Definition at line 38 of file uvproject.c.
Referenced by project_camera_info(), and project_from_camera().
short UvCameraInfo::do_pano |
Definition at line 43 of file uvproject.c.
Referenced by project_camera_info(), and project_from_camera().
short UvCameraInfo::do_persp |
Definition at line 43 of file uvproject.c.
Referenced by project_camera_info(), and project_from_camera().
short UvCameraInfo::do_rotmat |
Definition at line 43 of file uvproject.c.
Referenced by project_camera_info(), and project_from_camera().
float UvCameraInfo::rotmat[4][4] |
Definition at line 41 of file uvproject.c.
Referenced by cylinder_project_exec(), project_camera_info(), project_from_camera(), and sphere_project_exec().
float UvCameraInfo::shiftx |
Definition at line 40 of file uvproject.c.
Referenced by project_camera_info(), and project_from_camera().
float UvCameraInfo::shifty |
Definition at line 40 of file uvproject.c.
Referenced by project_camera_info(), and project_from_camera().
float UvCameraInfo::xasp |
Definition at line 39 of file uvproject.c.
Referenced by project_camera_info(), project_camera_info_scale(), and project_from_camera().
float UvCameraInfo::yasp |
Definition at line 39 of file uvproject.c.
Referenced by project_camera_info(), project_camera_info_scale(), and project_from_camera().