|
Blender
V3.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 17 of file uvproject.c.
| float ProjCameraInfo::camangle |
Definition at line 18 of file uvproject.c.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::caminv[4][4] |
Definition at line 23 of file uvproject.c.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::camsize |
Definition at line 19 of file uvproject.c.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| bool ProjCameraInfo::do_pano |
Definition at line 24 of file uvproject.c.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| bool ProjCameraInfo::do_persp |
Definition at line 24 of file uvproject.c.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| bool ProjCameraInfo::do_rotmat |
Definition at line 24 of file uvproject.c.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::rotmat[4][4] |
Definition at line 22 of file uvproject.c.
Referenced by BLI_uvproject_camera_info(), BLI_uvproject_from_camera(), cylinder_project_exec(), sphere_project_exec(), uv_cylinder_project(), uv_from_view_exec(), and uv_sphere_project().
| float ProjCameraInfo::shiftx |
Definition at line 21 of file uvproject.c.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::shifty |
Definition at line 21 of file uvproject.c.
Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::xasp |
Definition at line 20 of file uvproject.c.
Referenced by BLI_uvproject_camera_info(), BLI_uvproject_camera_info_scale(), and BLI_uvproject_from_camera().
| float ProjCameraInfo::yasp |
Definition at line 20 of file uvproject.c.
Referenced by BLI_uvproject_camera_info(), BLI_uvproject_camera_info_scale(), and BLI_uvproject_from_camera().