|
Blender
V3.3
|
Public Attributes | |
| SculptSession * | ss |
| const float * | ray_start |
| const float * | ray_normal |
| bool | hit |
| float | depth |
| bool | original |
| int | active_vertex_index |
| float * | face_normal |
| int | active_face_grid_index |
| struct IsectRayPrecalc | isect_precalc |
| int SculptRaycastData::active_face_grid_index |
Definition at line 2834 of file sculpt.c.
Referenced by SCULPT_cursor_geometry_info_update(), and sculpt_raycast_cb().
| int SculptRaycastData::active_vertex_index |
Definition at line 2831 of file sculpt.c.
Referenced by SCULPT_cursor_geometry_info_update(), and sculpt_raycast_cb().
| float SculptRaycastData::depth |
Definition at line 2828 of file sculpt.c.
Referenced by SCULPT_cursor_geometry_info_update(), sculpt_raycast_cb(), and SCULPT_stroke_get_location().
| float* SculptRaycastData::face_normal |
Definition at line 2832 of file sculpt.c.
Referenced by SCULPT_cursor_geometry_info_update(), sculpt_raycast_cb(), and SCULPT_stroke_get_location().
| bool SculptRaycastData::hit |
Definition at line 2827 of file sculpt.c.
Referenced by SCULPT_cursor_geometry_info_update(), sculpt_raycast_cb(), and SCULPT_stroke_get_location().
| struct IsectRayPrecalc SculptRaycastData::isect_precalc |
Definition at line 2834 of file sculpt.c.
Referenced by SCULPT_cursor_geometry_info_update(), sculpt_raycast_cb(), and SCULPT_stroke_get_location().
| bool SculptRaycastData::original |
Definition at line 2829 of file sculpt.c.
Referenced by SCULPT_cursor_geometry_info_update(), sculpt_raycast_cb(), and SCULPT_stroke_get_location().
| const float* SculptRaycastData::ray_normal |
Definition at line 2826 of file sculpt.c.
Referenced by sculpt_raycast_cb(), and SCULPT_stroke_get_location().
| const float* SculptRaycastData::ray_start |
Definition at line 2825 of file sculpt.c.
Referenced by sculpt_raycast_cb(), and SCULPT_stroke_get_location().
| SculptSession* SculptRaycastData::ss |
Definition at line 2824 of file sculpt.c.
Referenced by sculpt_raycast_cb(), and SCULPT_stroke_get_location().