Blender
V3.3
|
#include <ED_view3d.h>
Public Attributes | |
unsigned short | w |
unsigned short | h |
short | x |
short | y |
float * | depths |
double | depth_range [2] |
Definition at line 77 of file ED_view3d.h.
double ViewDepths::depth_range[2] |
Definition at line 81 of file ED_view3d.h.
Referenced by ED_view3d_depth_read_cached(), ED_view3d_depth_read_cached_normal(), object_transform_axis_target_modal(), stroke_elem_project(), and view3d_depths_rect_create().
float* ViewDepths::depths |
Definition at line 80 of file ED_view3d.h.
Referenced by ED_view3d_depth_read_cached(), ED_view3d_depths_free(), gpencil_get_depth_array(), key_test_depth(), view3d_depths_rect_create(), view3d_zoom_border_exec(), and view_autodist_depth_margin().
unsigned short ViewDepths::h |
Definition at line 78 of file ED_view3d.h.
Referenced by ED_view3d_depth_read_cached(), key_test_depth(), object_transform_axis_target_modal(), stroke_elem_project(), and view3d_depths_rect_create().
unsigned short ViewDepths::w |
Definition at line 78 of file ED_view3d.h.
Referenced by ED_view3d_depth_read_cached(), key_test_depth(), object_transform_axis_target_modal(), stroke_elem_project(), and view3d_depths_rect_create().
short ViewDepths::x |
Definition at line 79 of file ED_view3d.h.
Referenced by view3d_depths_rect_create().
short ViewDepths::y |
Definition at line 79 of file ED_view3d.h.
Referenced by view3d_depths_rect_create().