Blender V5.0
ProjCameraInfo Struct Reference

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

Detailed Description

Definition at line 22 of file uvproject.cc.

Member Data Documentation

◆ camangle

float ProjCameraInfo::camangle

Definition at line 23 of file uvproject.cc.

Referenced by BKE_uvproject_camera_info(), and BKE_uvproject_from_camera().

◆ caminv

float ProjCameraInfo::caminv[4][4]

Definition at line 28 of file uvproject.cc.

Referenced by BKE_uvproject_camera_info(), and BKE_uvproject_from_camera().

◆ camsize

float ProjCameraInfo::camsize

Definition at line 24 of file uvproject.cc.

Referenced by BKE_uvproject_camera_info(), and BKE_uvproject_from_camera().

◆ do_pano

bool ProjCameraInfo::do_pano

Definition at line 29 of file uvproject.cc.

Referenced by BKE_uvproject_camera_info(), and BKE_uvproject_from_camera().

◆ do_persp

bool ProjCameraInfo::do_persp

Definition at line 29 of file uvproject.cc.

Referenced by BKE_uvproject_camera_info(), and BKE_uvproject_from_camera().

◆ do_rotmat

bool ProjCameraInfo::do_rotmat

Definition at line 29 of file uvproject.cc.

Referenced by BKE_uvproject_camera_info(), and BKE_uvproject_from_camera().

◆ rotmat

float ProjCameraInfo::rotmat[4][4]

Definition at line 27 of file uvproject.cc.

Referenced by BKE_uvproject_camera_info(), and BKE_uvproject_from_camera().

◆ shiftx

float ProjCameraInfo::shiftx

Definition at line 26 of file uvproject.cc.

Referenced by BKE_uvproject_camera_info(), and BKE_uvproject_from_camera().

◆ shifty

float ProjCameraInfo::shifty

Definition at line 26 of file uvproject.cc.

Referenced by BKE_uvproject_camera_info(), and BKE_uvproject_from_camera().

◆ xasp

float ProjCameraInfo::xasp

◆ yasp

float ProjCameraInfo::yasp

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