|
Blender V5.0
|
#include <overlay_shader_shared.hh>
Inherited by blender::draw::overlay::CameraInstanceData.
Public Member Functions | |
| ExtraInstanceData (const float4x4 &object_to_world, const float4 &color, float draw_size) | |
| ExtraInstanceData | with_color (const float4 &color) const |
| ExtraInstanceData (const float4x4 &object_to_world, const float4 &color, float angle_min_x, float angle_min_z, float angle_max_x, float angle_max_z) | |
Public Attributes | |
| float4 | color_ |
| float4x4 | object_to_world |
Definition at line 323 of file overlay_shader_shared.hh.
|
inline |
Definition at line 328 of file overlay_shader_shared.hh.
References object_to_world.
Referenced by blender::draw::overlay::CameraInstanceData::CameraInstanceData(), and with_color().
|
inline |
Definition at line 343 of file overlay_shader_shared.hh.
References object_to_world.
|
inline |
Definition at line 335 of file overlay_shader_shared.hh.
References copy(), and ExtraInstanceData().
| float4 ExtraInstanceData::color_ |
Definition at line 324 of file overlay_shader_shared.hh.
Referenced by blender::draw::overlay::CameraInstanceData::CameraInstanceData().
| float4x4 ExtraInstanceData::object_to_world |
Definition at line 325 of file overlay_shader_shared.hh.
Referenced by blender::draw::overlay::CameraInstanceData::CameraInstanceData(), ExtraInstanceData(), and ExtraInstanceData().