|
Blender V4.3
|
Public Attributes | |
| const float * | ray_start |
| bool | hit |
| float | depth |
| float | edge_length |
| IsectRayPrecalc | isect_precalc |
Definition at line 67 of file sculpt_detail.cc.
| float blender::ed::sculpt_paint::dyntopo::SculptDetailRaycastData::depth |
Definition at line 70 of file sculpt_detail.cc.
Referenced by blender::ed::sculpt_paint::dyntopo::sample_detail_dyntopo(), and blender::ed::sculpt_paint::dyntopo::sculpt_raycast_detail_cb().
| float blender::ed::sculpt_paint::dyntopo::SculptDetailRaycastData::edge_length |
Definition at line 71 of file sculpt_detail.cc.
Referenced by blender::ed::sculpt_paint::dyntopo::sample_detail_dyntopo(), and blender::ed::sculpt_paint::dyntopo::sculpt_raycast_detail_cb().
| bool blender::ed::sculpt_paint::dyntopo::SculptDetailRaycastData::hit |
Definition at line 69 of file sculpt_detail.cc.
Referenced by blender::ed::sculpt_paint::dyntopo::sample_detail_dyntopo(), and blender::ed::sculpt_paint::dyntopo::sculpt_raycast_detail_cb().
| IsectRayPrecalc blender::ed::sculpt_paint::dyntopo::SculptDetailRaycastData::isect_precalc |
Definition at line 73 of file sculpt_detail.cc.
Referenced by blender::ed::sculpt_paint::dyntopo::sample_detail_dyntopo(), and blender::ed::sculpt_paint::dyntopo::sculpt_raycast_detail_cb().
| const float* blender::ed::sculpt_paint::dyntopo::SculptDetailRaycastData::ray_start |
Definition at line 68 of file sculpt_detail.cc.
Referenced by blender::ed::sculpt_paint::dyntopo::sample_detail_dyntopo(), and blender::ed::sculpt_paint::dyntopo::sculpt_raycast_detail_cb().