|
Blender
V2.93
|
Public Attributes | |
| const float * | ray_start |
| bool | hit |
| float | depth |
| float | edge_length |
| struct IsectRayPrecalc | isect_precalc |
Definition at line 60 of file sculpt_detail.c.
| float SculptDetailRaycastData::depth |
Definition at line 63 of file sculpt_detail.c.
Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().
| float SculptDetailRaycastData::edge_length |
Definition at line 64 of file sculpt_detail.c.
Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().
| bool SculptDetailRaycastData::hit |
Definition at line 62 of file sculpt_detail.c.
Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().
| struct IsectRayPrecalc SculptDetailRaycastData::isect_precalc |
Definition at line 64 of file sculpt_detail.c.
Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().
| const float* SculptDetailRaycastData::ray_start |
Definition at line 61 of file sculpt_detail.c.
Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().