Blender V4.3
BoneEnvelopeData Struct Reference

#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
 

Detailed Description

Definition at line 274 of file overlay_shader_shared.h.

Constructor & Destructor Documentation

◆ BoneEnvelopeData() [1/4]

BoneEnvelopeData::BoneEnvelopeData ( )
default

◆ BoneEnvelopeData() [2/4]

BoneEnvelopeData::BoneEnvelopeData ( float4 & head_sphere,
float4 & tail_sphere,
float3 & bone_color,
float3 & state_color,
float3 & x_axis )
inline

Definition at line 285 of file overlay_shader_shared.h.

◆ BoneEnvelopeData() [3/4]

BoneEnvelopeData::BoneEnvelopeData ( float4 & head_sphere,
float4 & tail_sphere,
float4 & color_and_wire_width,
float3 & x_axis )
inline

Definition at line 297 of file overlay_shader_shared.h.

◆ BoneEnvelopeData() [4/4]

BoneEnvelopeData::BoneEnvelopeData ( float4 & head_sphere,
float4 & tail_sphere,
float3 & x_axis )
inline

Definition at line 307 of file overlay_shader_shared.h.

Member Data Documentation

◆ bone_color_and_wire_width

float4 BoneEnvelopeData::bone_color_and_wire_width

Definition at line 277 of file overlay_shader_shared.h.

◆ head_sphere

float4 BoneEnvelopeData::head_sphere

Definition at line 275 of file overlay_shader_shared.h.

◆ state_color

float4 BoneEnvelopeData::state_color

Definition at line 278 of file overlay_shader_shared.h.

◆ tail_sphere

float4 BoneEnvelopeData::tail_sphere

Definition at line 276 of file overlay_shader_shared.h.

◆ x_axis

float4 BoneEnvelopeData::x_axis

Definition at line 279 of file overlay_shader_shared.h.


The documentation for this struct was generated from the following file: