Blender  V3.3
Public Attributes | List of all members
SculptDetailRaycastData Struct Reference

Public Attributes

const floatray_start
 
bool hit
 
float depth
 
float edge_length
 
struct IsectRayPrecalc isect_precalc
 

Detailed Description

Definition at line 48 of file sculpt_detail.c.

Member Data Documentation

◆ depth

float SculptDetailRaycastData::depth

Definition at line 51 of file sculpt_detail.c.

Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().

◆ edge_length

float SculptDetailRaycastData::edge_length

Definition at line 52 of file sculpt_detail.c.

Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().

◆ hit

bool SculptDetailRaycastData::hit

Definition at line 50 of file sculpt_detail.c.

Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().

◆ isect_precalc

struct IsectRayPrecalc SculptDetailRaycastData::isect_precalc

Definition at line 52 of file sculpt_detail.c.

Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().

◆ ray_start

const float* SculptDetailRaycastData::ray_start

Definition at line 49 of file sculpt_detail.c.

Referenced by sample_detail_dyntopo(), and sculpt_raycast_detail_cb().


The documentation for this struct was generated from the following file: