|
Blender V4.3
|
#include <transform_snap_object.hh>
Public Attributes | |
| void * | bvhdata |
| BVHTree_RayCastCallback | raycast_callback |
| const blender::float4x4 * | obmat |
| float | len_diff |
| float | local_scale |
| uint | ob_uuid |
| ListBase * | hit_list |
Definition at line 102 of file transform_snap_object.hh.
| void* RayCastAll_Data::bvhdata |
Definition at line 103 of file transform_snap_object.hh.
Referenced by raycastMesh().
| ListBase* RayCastAll_Data::hit_list |
Definition at line 116 of file transform_snap_object.hh.
| float RayCastAll_Data::len_diff |
Definition at line 110 of file transform_snap_object.hh.
| float RayCastAll_Data::local_scale |
Definition at line 111 of file transform_snap_object.hh.
| uint RayCastAll_Data::ob_uuid |
Definition at line 113 of file transform_snap_object.hh.
| const blender::float4x4* RayCastAll_Data::obmat |
Definition at line 108 of file transform_snap_object.hh.
| BVHTree_RayCastCallback RayCastAll_Data::raycast_callback |
Definition at line 106 of file transform_snap_object.hh.
Referenced by raycast_all_cb().