|
Blender V4.3
|
#include <overlay_shader_shared.h>
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 274 of file overlay_shader_shared.h.
|
default |
|
inline |
Definition at line 285 of file overlay_shader_shared.h.
References bone_color_and_wire_width, head_sphere, state_color, tail_sphere, and x_axis.
|
inline |
Definition at line 297 of file overlay_shader_shared.h.
References bone_color_and_wire_width, head_sphere, tail_sphere, and x_axis.
|
inline |
Definition at line 307 of file overlay_shader_shared.h.
References head_sphere, tail_sphere, and x_axis.
| float4 BoneEnvelopeData::bone_color_and_wire_width |
Definition at line 277 of file overlay_shader_shared.h.
Referenced by BoneEnvelopeData(), and BoneEnvelopeData().
| float4 BoneEnvelopeData::head_sphere |
Definition at line 275 of file overlay_shader_shared.h.
Referenced by BoneEnvelopeData(), BoneEnvelopeData(), and BoneEnvelopeData().
| float4 BoneEnvelopeData::state_color |
Definition at line 278 of file overlay_shader_shared.h.
Referenced by BoneEnvelopeData().
| float4 BoneEnvelopeData::tail_sphere |
Definition at line 276 of file overlay_shader_shared.h.
Referenced by BoneEnvelopeData(), BoneEnvelopeData(), and BoneEnvelopeData().
| float4 BoneEnvelopeData::x_axis |
Definition at line 279 of file overlay_shader_shared.h.
Referenced by BoneEnvelopeData(), BoneEnvelopeData(), and BoneEnvelopeData().