|
Blender V4.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 217 of file DNA_action_types.h.
| float bPoseChannelDrawData::bbone_matrix[0][4][4] |
Definition at line 223 of file DNA_action_types.h.
Referenced by ArmatureBoneDrawStrategyBBone::culling_test(), ArmatureBoneDrawStrategyBBone::draw_bone(), ArmatureBoneDrawStrategyWire::draw_bone(), and draw_bone_update_disp_matrix_bbone().
| int bPoseChannelDrawData::bbone_matrix_len |
Definition at line 221 of file DNA_action_types.h.
Referenced by pchan_draw_data_init().
| float bPoseChannelDrawData::solid_color[4] |
Definition at line 218 of file DNA_action_types.h.
| float bPoseChannelDrawData::wire_color[4] |
Definition at line 219 of file DNA_action_types.h.