Blender
V3.3
|
Public Attributes | |
const float * | ray_start |
bool | hit |
float | depth |
float | edge_length |
struct IsectRayPrecalc | isect_precalc |
Definition at line 48 of file sculpt_detail.c.
float SculptDetailRaycastData::depth |
Definition at line 51 of file sculpt_detail.c.
Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().
float SculptDetailRaycastData::edge_length |
Definition at line 52 of file sculpt_detail.c.
Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().
bool SculptDetailRaycastData::hit |
Definition at line 50 of file sculpt_detail.c.
Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().
struct IsectRayPrecalc SculptDetailRaycastData::isect_precalc |
Definition at line 52 of file sculpt_detail.c.
Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().
const float* SculptDetailRaycastData::ray_start |
Definition at line 49 of file sculpt_detail.c.
Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().