Blender
V3.3
|
#include <overlay_private.h>
Public Attributes | |
union { | |
float mat [4][4] | |
struct { | |
float _pad0 [3] | |
float color_hint_a | |
float _pad1 [3] | |
float color_hint_b | |
float _pad2 [3] | |
float color_a | |
float _pad3 [3] | |
float color_b | |
} | |
struct { | |
float _pad00 [3] | |
float amin_a | |
float _pad01 [3] | |
float amin_b | |
float _pad02 [3] | |
float amax_a | |
float _pad03 [3] | |
float amax_b | |
} | |
}; | |
Definition at line 445 of file overlay_private.h.
union { ... } |
float BoneInstanceData::_pad0[3] |
Definition at line 450 of file overlay_private.h.
float BoneInstanceData::_pad00[3] |
Definition at line 456 of file overlay_private.h.
float BoneInstanceData::_pad01[3] |
Definition at line 457 of file overlay_private.h.
float BoneInstanceData::_pad02[3] |
Definition at line 458 of file overlay_private.h.
float BoneInstanceData::_pad03[3] |
Definition at line 459 of file overlay_private.h.
float BoneInstanceData::_pad1[3] |
Definition at line 451 of file overlay_private.h.
float BoneInstanceData::_pad2[3] |
Definition at line 452 of file overlay_private.h.
float BoneInstanceData::_pad3[3] |
Definition at line 453 of file overlay_private.h.
float BoneInstanceData::amax_a |
Definition at line 458 of file overlay_private.h.
float BoneInstanceData::amax_b |
Definition at line 459 of file overlay_private.h.
float BoneInstanceData::amin_a |
Definition at line 456 of file overlay_private.h.
float BoneInstanceData::amin_b |
Definition at line 457 of file overlay_private.h.
float BoneInstanceData::color_a |
Definition at line 452 of file overlay_private.h.
float BoneInstanceData::color_b |
Definition at line 453 of file overlay_private.h.
float BoneInstanceData::color_hint_a |
Definition at line 450 of file overlay_private.h.
float BoneInstanceData::color_hint_b |
Definition at line 451 of file overlay_private.h.
float BoneInstanceData::mat[4][4] |
Definition at line 448 of file overlay_private.h.
Referenced by draw_bone_degrees_of_freedom(), drw_shgroup_bone_box(), drw_shgroup_bone_custom_mesh_wire(), drw_shgroup_bone_custom_solid_mesh(), drw_shgroup_bone_envelope(), drw_shgroup_bone_octahedral(), drw_shgroup_bone_point(), and drw_shgroup_custom_bone_curve().