Blender  V2.93
Public Attributes | List of all members
RaycastData Struct Reference

Public Attributes

struct IsectRayAABB_Precalc ray
 
bool original
 
const float ** looptris
 
BLI_Bufferz_buffer
 

Detailed Description

Definition at line 1982 of file pbvh.c.

Member Data Documentation

◆ looptris

const float** RaycastData::looptris

Definition at line 846 of file bmesh_intersect.c.

Referenced by isect_bvhtree_point_v3(), and raycast_callback().

◆ original

bool RaycastData::original

Definition at line 1984 of file pbvh.c.

Referenced by BKE_pbvh_raycast(), and ray_aabb_intersect().

◆ ray

struct IsectRayAABB_Precalc RaycastData::ray

Definition at line 1016 of file pbvh.c.

Referenced by BKE_pbvh_raycast(), ray_aabb_intersect(), and raycast_callback().

◆ z_buffer

BLI_Buffer* RaycastData::z_buffer

Definition at line 847 of file bmesh_intersect.c.

Referenced by isect_bvhtree_point_v3(), and raycast_callback().


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