|
Blender V4.3
|
Public Attributes | |
| Object * | object |
| SculptSession * | ss |
| const float * | ray_start |
| const float * | ray_normal |
| bool | hit |
| float | depth |
| float | dist_sq_to_ray |
| bool | original |
| Span< float3 > | vert_positions |
| blender::OffsetIndices< int > | faces |
| Span< int > | corner_verts |
| Span< blender::int3 > | corner_tris |
| blender::VArraySpan< bool > | hide_poly |
| const SubdivCCG * | subdiv_ccg |
| Span<blender::int3> SculptFindNearestToRayData::corner_tris |
Definition at line 2665 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
Definition at line 2664 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
| float SculptFindNearestToRayData::depth |
Definition at line 2659 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
| float SculptFindNearestToRayData::dist_sq_to_ray |
Definition at line 2660 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
| blender::OffsetIndices<int> SculptFindNearestToRayData::faces |
Definition at line 2663 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
| blender::VArraySpan<bool> SculptFindNearestToRayData::hide_poly |
Definition at line 2666 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
| bool SculptFindNearestToRayData::hit |
Definition at line 2658 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
| Object* SculptFindNearestToRayData::object |
Definition at line 2655 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
| bool SculptFindNearestToRayData::original |
Definition at line 2661 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb(), and SCULPT_stroke_get_location_ex().
| const float * SculptFindNearestToRayData::ray_normal |
Definition at line 2657 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
| const float* SculptFindNearestToRayData::ray_start |
Definition at line 2657 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
| SculptSession* SculptFindNearestToRayData::ss |
Definition at line 2656 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
| const SubdivCCG* SculptFindNearestToRayData::subdiv_ccg |
Definition at line 2668 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().
Definition at line 2662 of file sculpt.cc.
Referenced by sculpt_find_nearest_to_ray_cb().