|
Blender V5.0
|
#include <overlay_shader_shared.hh>
Public Member Functions | |
| BoneEnvelopeData ()=default | |
| BoneEnvelopeData (float4 &head_sphere, float4 &tail_sphere, float3 &bone_color, float3 &state_color, float3 &x_axis) | |
| BoneEnvelopeData (float4 &head_sphere, float4 &tail_sphere, float4 &color_and_wire_width, float3 &x_axis) | |
| BoneEnvelopeData (float4 &head_sphere, float4 &tail_sphere, float3 &x_axis) | |
Public Attributes | |
| float4 | head_sphere |
| float4 | tail_sphere |
| float4 | bone_color_and_wire_width |
| float4 | state_color |
| float4 | x_axis |
Definition at line 386 of file overlay_shader_shared.hh.
|
default |
|
inline |
Definition at line 398 of file overlay_shader_shared.hh.
References bone_color_and_wire_width, head_sphere, state_color, tail_sphere, and x_axis.
|
inline |
Definition at line 410 of file overlay_shader_shared.hh.
References bone_color_and_wire_width, head_sphere, tail_sphere, and x_axis.
|
inline |
Definition at line 420 of file overlay_shader_shared.hh.
References head_sphere, tail_sphere, and x_axis.
| float4 BoneEnvelopeData::bone_color_and_wire_width |
Definition at line 390 of file overlay_shader_shared.hh.
Referenced by BoneEnvelopeData(), and BoneEnvelopeData().
| float4 BoneEnvelopeData::head_sphere |
Definition at line 387 of file overlay_shader_shared.hh.
Referenced by BoneEnvelopeData(), BoneEnvelopeData(), and BoneEnvelopeData().
| float4 BoneEnvelopeData::state_color |
Definition at line 391 of file overlay_shader_shared.hh.
Referenced by BoneEnvelopeData().
| float4 BoneEnvelopeData::tail_sphere |
Definition at line 388 of file overlay_shader_shared.hh.
Referenced by BoneEnvelopeData(), BoneEnvelopeData(), and BoneEnvelopeData().
| float4 BoneEnvelopeData::x_axis |
Definition at line 392 of file overlay_shader_shared.hh.
Referenced by BoneEnvelopeData(), BoneEnvelopeData(), and BoneEnvelopeData().