|
Blender
V2.93
|
#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 441 of file overlay_private.h.
| union { ... } |
| float BoneInstanceData::_pad0[3] |
Definition at line 446 of file overlay_private.h.
| float BoneInstanceData::_pad00[3] |
Definition at line 452 of file overlay_private.h.
| float BoneInstanceData::_pad01[3] |
Definition at line 453 of file overlay_private.h.
| float BoneInstanceData::_pad02[3] |
Definition at line 454 of file overlay_private.h.
| float BoneInstanceData::_pad03[3] |
Definition at line 455 of file overlay_private.h.
| float BoneInstanceData::_pad1[3] |
Definition at line 447 of file overlay_private.h.
| float BoneInstanceData::_pad2[3] |
Definition at line 448 of file overlay_private.h.
| float BoneInstanceData::_pad3[3] |
Definition at line 449 of file overlay_private.h.
| float BoneInstanceData::amax_a |
Definition at line 454 of file overlay_private.h.
| float BoneInstanceData::amax_b |
Definition at line 455 of file overlay_private.h.
| float BoneInstanceData::amin_a |
Definition at line 452 of file overlay_private.h.
| float BoneInstanceData::amin_b |
Definition at line 453 of file overlay_private.h.
| float BoneInstanceData::color_a |
Definition at line 448 of file overlay_private.h.
| float BoneInstanceData::color_b |
Definition at line 449 of file overlay_private.h.
| float BoneInstanceData::color_hint_a |
Definition at line 446 of file overlay_private.h.
| float BoneInstanceData::color_hint_b |
Definition at line 447 of file overlay_private.h.
| float BoneInstanceData::mat[4][4] |
Definition at line 444 of file overlay_private.h.
Referenced by draw_bone_degrees_of_freedom(), drw_shgroup_bone_box(), drw_shgroup_bone_custom_solid(), drw_shgroup_bone_custom_wire(), drw_shgroup_bone_envelope(), drw_shgroup_bone_octahedral(), and drw_shgroup_bone_point().