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

Public Attributes

SculptSessionss
 
const floatray_start
 
const floatray_normal
 
bool hit
 
float depth
 
bool original
 
int active_vertex_index
 
floatface_normal
 
int active_face_grid_index
 
struct IsectRayPrecalc isect_precalc
 

Detailed Description

Definition at line 2823 of file sculpt.c.

Member Data Documentation

◆ active_face_grid_index

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().

◆ active_vertex_index

int SculptRaycastData::active_vertex_index

Definition at line 2831 of file sculpt.c.

Referenced by SCULPT_cursor_geometry_info_update(), and sculpt_raycast_cb().

◆ depth

float SculptRaycastData::depth

◆ face_normal

float* SculptRaycastData::face_normal

◆ hit

bool SculptRaycastData::hit

◆ isect_precalc

struct IsectRayPrecalc SculptRaycastData::isect_precalc

◆ original

bool SculptRaycastData::original

◆ ray_normal

const float* SculptRaycastData::ray_normal

Definition at line 2826 of file sculpt.c.

Referenced by sculpt_raycast_cb(), and SCULPT_stroke_get_location().

◆ ray_start

const float* SculptRaycastData::ray_start

Definition at line 2825 of file sculpt.c.

Referenced by sculpt_raycast_cb(), and SCULPT_stroke_get_location().

◆ ss

SculptSession* SculptRaycastData::ss

Definition at line 2824 of file sculpt.c.

Referenced by sculpt_raycast_cb(), and SCULPT_stroke_get_location().


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