Blender  V3.3
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 2145 of file pbvh.c.

Member Data Documentation

◆ looptris

const float** RaycastData::looptris

Definition at line 832 of file bmesh_intersect.c.

Referenced by isect_bvhtree_point_v3(), and raycast_callback().

◆ original

bool RaycastData::original

Definition at line 2147 of file pbvh.c.

Referenced by BKE_pbvh_raycast(), and ray_aabb_intersect().

◆ ray

struct IsectRayAABB_Precalc RaycastData::ray

Definition at line 1011 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 833 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: