|
Blender V4.3
|
Public Attributes | |
| float | camangle |
| float | camsize |
| float | xasp |
| float | yasp |
| float | shiftx |
| float | shifty |
| float | rotmat [4][4] |
| float | caminv [4][4] |
| bool | do_persp |
| bool | do_pano |
| bool | do_rotmat |
Definition at line 21 of file uvproject.cc.
| float ProjCameraInfo::camangle |
Definition at line 22 of file uvproject.cc.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::caminv[4][4] |
Definition at line 27 of file uvproject.cc.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::camsize |
Definition at line 23 of file uvproject.cc.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| bool ProjCameraInfo::do_pano |
Definition at line 28 of file uvproject.cc.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| bool ProjCameraInfo::do_persp |
Definition at line 28 of file uvproject.cc.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| bool ProjCameraInfo::do_rotmat |
Definition at line 28 of file uvproject.cc.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::rotmat[4][4] |
Definition at line 26 of file uvproject.cc.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::shiftx |
Definition at line 25 of file uvproject.cc.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::shifty |
Definition at line 25 of file uvproject.cc.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::xasp |
Definition at line 24 of file uvproject.cc.
Referenced by BLI_uvproject_camera_info(), BLI_uvproject_camera_info_scale(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::yasp |
Definition at line 24 of file uvproject.cc.
Referenced by BLI_uvproject_camera_info(), BLI_uvproject_camera_info_scale(), and BLI_uvproject_from_camera().