|
Blender V4.3
|
Public Attributes | |
| float3 | position_cu |
| float | distance_sq_re = FLT_MAX |
| float | depth_sq_cu = FLT_MAX |
Definition at line 39 of file curves_sculpt_brush.cc.
Measure for how far away the candidate is from the camera.
Definition at line 45 of file curves_sculpt_brush.cc.
Referenced by blender::ed::sculpt_paint::find_curves_brush_position().
Squared distance from the mouse position in screen space.
Definition at line 43 of file curves_sculpt_brush.cc.
Referenced by blender::ed::sculpt_paint::find_curves_brush_position().
| float3 blender::ed::sculpt_paint::BrushPositionCandidate::position_cu |
3D position of the brush.
Definition at line 41 of file curves_sculpt_brush.cc.
Referenced by blender::ed::sculpt_paint::find_curves_brush_position().