Blender
V3.3
|
#include <DNA_action_types.h>
Public Attributes | |
float | solid_color [4] |
float | wire_color [4] |
int | bbone_matrix_len |
float | bbone_matrix [0][4][4] |
Definition at line 172 of file DNA_action_types.h.
float bPoseChannelDrawData::bbone_matrix[0][4][4] |
Definition at line 178 of file DNA_action_types.h.
Referenced by draw_bone_box(), draw_bone_update_disp_matrix_bbone(), draw_bone_wire(), and pchan_culling_test_bbone().
int bPoseChannelDrawData::bbone_matrix_len |
Definition at line 176 of file DNA_action_types.h.
Referenced by pchan_draw_data_init().
float bPoseChannelDrawData::solid_color[4] |
Definition at line 173 of file DNA_action_types.h.
Referenced by get_bone_solid_color().
float bPoseChannelDrawData::wire_color[4] |
Definition at line 174 of file DNA_action_types.h.
Referenced by get_bone_wire_color().