Blender V4.3
SculptFindNearestToRayData Struct Reference

Public Attributes

Objectobject
 
SculptSessionss
 
const floatray_start
 
const floatray_normal
 
bool hit
 
float depth
 
float dist_sq_to_ray
 
bool original
 
Span< float3vert_positions
 
blender::OffsetIndices< intfaces
 
Span< intcorner_verts
 
Span< blender::int3corner_tris
 
blender::VArraySpan< bool > hide_poly
 
const SubdivCCGsubdiv_ccg
 

Detailed Description

Definition at line 2654 of file sculpt.cc.

Member Data Documentation

◆ corner_tris

Span<blender::int3> SculptFindNearestToRayData::corner_tris

Definition at line 2665 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ corner_verts

Span<int> SculptFindNearestToRayData::corner_verts

Definition at line 2664 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ depth

float SculptFindNearestToRayData::depth

Definition at line 2659 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ dist_sq_to_ray

float SculptFindNearestToRayData::dist_sq_to_ray

Definition at line 2660 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ faces

blender::OffsetIndices<int> SculptFindNearestToRayData::faces

Definition at line 2663 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ hide_poly

blender::VArraySpan<bool> SculptFindNearestToRayData::hide_poly

Definition at line 2666 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ hit

bool SculptFindNearestToRayData::hit

Definition at line 2658 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ object

Object* SculptFindNearestToRayData::object

Definition at line 2655 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ original

bool SculptFindNearestToRayData::original

Definition at line 2661 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb(), and SCULPT_stroke_get_location_ex().

◆ ray_normal

const float * SculptFindNearestToRayData::ray_normal

Definition at line 2657 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ ray_start

const float* SculptFindNearestToRayData::ray_start

Definition at line 2657 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ ss

SculptSession* SculptFindNearestToRayData::ss

Definition at line 2656 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ subdiv_ccg

const SubdivCCG* SculptFindNearestToRayData::subdiv_ccg

Definition at line 2668 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().

◆ vert_positions

Span<float3> SculptFindNearestToRayData::vert_positions

Definition at line 2662 of file sculpt.cc.

Referenced by sculpt_find_nearest_to_ray_cb().


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