Blender V5.0
blender::ed::sculpt_paint::brushes::CursorSampleResult Struct Reference

#include <brushes.hh>

Public Attributes

IndexMask node_mask
std::optional< float3plane_center
std::optional< float3plane_normal

Detailed Description

Represents the result of one or more BVH queries to find a brush's affected nodes.

Definition at line 29 of file brushes.hh.

Member Data Documentation

◆ node_mask

IndexMask blender::ed::sculpt_paint::brushes::CursorSampleResult::node_mask

◆ plane_center

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().

◆ plane_normal

std::optional<float3> blender::ed::sculpt_paint::brushes::CursorSampleResult::plane_normal

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