|
Blender
V2.93
|
Public Attributes | |
| SculptSession * | ss |
| const float * | ray_start |
| const float * | ray_normal |
| bool | hit |
| float | depth |
| float | dist_sq_to_ray |
| bool | original |
| float SculptFindNearestToRayData::depth |
Definition at line 2900 of file sculpt.c.
Referenced by sculpt_find_nearest_to_ray_cb(), and SCULPT_stroke_get_location().
| float SculptFindNearestToRayData::dist_sq_to_ray |
Definition at line 2901 of file sculpt.c.
Referenced by sculpt_find_nearest_to_ray_cb().
| bool SculptFindNearestToRayData::hit |
Definition at line 2899 of file sculpt.c.
Referenced by sculpt_find_nearest_to_ray_cb(), and SCULPT_stroke_get_location().
| bool SculptFindNearestToRayData::original |
Definition at line 2902 of file sculpt.c.
Referenced by sculpt_find_nearest_to_ray_cb(), and SCULPT_stroke_get_location().
| const float * SculptFindNearestToRayData::ray_normal |
Definition at line 2898 of file sculpt.c.
Referenced by sculpt_find_nearest_to_ray_cb().
| const float* SculptFindNearestToRayData::ray_start |
Definition at line 2898 of file sculpt.c.
Referenced by sculpt_find_nearest_to_ray_cb().
| SculptSession* SculptFindNearestToRayData::ss |
Definition at line 2897 of file sculpt.c.
Referenced by sculpt_find_nearest_to_ray_cb().