Blender  V2.93
Public Attributes | List of all members
V3D_SmoothParams Struct Reference

#include <view3d_intern.h>

Public Attributes

struct Objectcamera_old
 
struct Objectcamera
 
const floatofs
 
const floatquat
 
const floatdist
 
const floatlens
 
const floatdyn_ofs
 

Detailed Description

Parameters for setting the new 3D Viewport state.

Each of the struct members may be NULL to signify they aren't to be adjusted.

Definition at line 169 of file view3d_intern.h.

Member Data Documentation

◆ camera

struct Object * V3D_SmoothParams::camera

Definition at line 170 of file view3d_intern.h.

Referenced by ED_view3d_smooth_view_ex().

◆ camera_old

struct Object* V3D_SmoothParams::camera_old

Definition at line 170 of file view3d_intern.h.

Referenced by ED_view3d_smooth_view_ex().

◆ dist

const float * V3D_SmoothParams::dist

Definition at line 171 of file view3d_intern.h.

Referenced by ED_view3d_smooth_view_ex().

◆ dyn_ofs

const float* V3D_SmoothParams::dyn_ofs

Alternate rotation center, when set ofs must be NULL.

Definition at line 174 of file view3d_intern.h.

Referenced by ED_view3d_smooth_view_ex().

◆ lens

const float * V3D_SmoothParams::lens

Definition at line 171 of file view3d_intern.h.

Referenced by ED_view3d_smooth_view_ex().

◆ ofs

const float* V3D_SmoothParams::ofs

Definition at line 171 of file view3d_intern.h.

Referenced by ED_view3d_smooth_view_ex().

◆ quat

const float * V3D_SmoothParams::quat

Definition at line 171 of file view3d_intern.h.

Referenced by ED_view3d_smooth_view_ex().


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