Blender  V3.3
Public Attributes | List of all members
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 17 of file uvproject.c.

Member Data Documentation

◆ camangle

float ProjCameraInfo::camangle

Definition at line 18 of file uvproject.c.

Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().

◆ caminv

float ProjCameraInfo::caminv[4][4]

Definition at line 23 of file uvproject.c.

Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().

◆ camsize

float ProjCameraInfo::camsize

Definition at line 19 of file uvproject.c.

Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().

◆ do_pano

bool ProjCameraInfo::do_pano

Definition at line 24 of file uvproject.c.

Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().

◆ do_persp

bool ProjCameraInfo::do_persp

Definition at line 24 of file uvproject.c.

Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().

◆ do_rotmat

bool ProjCameraInfo::do_rotmat

Definition at line 24 of file uvproject.c.

Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().

◆ rotmat

float ProjCameraInfo::rotmat[4][4]

◆ shiftx

float ProjCameraInfo::shiftx

Definition at line 21 of file uvproject.c.

Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().

◆ shifty

float ProjCameraInfo::shifty

Definition at line 21 of file uvproject.c.

Referenced by BLI_uvproject_camera_info(), and BLI_uvproject_from_camera().

◆ xasp

float ProjCameraInfo::xasp

◆ yasp

float ProjCameraInfo::yasp

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