|
Blender V5.0
|
#include <brushes.hh>
Public Attributes | |
| IndexMask | node_mask |
| std::optional< float3 > | plane_center |
| std::optional< float3 > | plane_normal |
Represents the result of one or more BVH queries to find a brush's affected nodes.
Definition at line 29 of file brushes.hh.
| IndexMask blender::ed::sculpt_paint::brushes::CursorSampleResult::node_mask |
Definition at line 30 of file brushes.hh.
Referenced by blender::ed::sculpt_paint::do_brush_action(), and blender::ed::sculpt_paint::update_sculpt_normal().
| std::optional<float3> blender::ed::sculpt_paint::brushes::CursorSampleResult::plane_center |
Definition at line 35 of file brushes.hh.
Referenced by blender::ed::sculpt_paint::do_brush_action().
| std::optional<float3> blender::ed::sculpt_paint::brushes::CursorSampleResult::plane_normal |
Definition at line 36 of file brushes.hh.
Referenced by blender::ed::sculpt_paint::do_brush_action(), and blender::ed::sculpt_paint::update_sculpt_normal().