|
Blender V5.0
|
#include <transform_snap_object.hh>
Public Attributes | |
| void * | bvhdata |
| BVHTree_RayCastCallback | raycast_callback |
| const float4x4 * | obmat |
| float | len_diff |
| float | local_scale |
| uint | ob_uuid |
| ListBase * | hit_list |
Definition at line 122 of file transform_snap_object.hh.
| void* blender::ed::transform::RayCastAll_Data::bvhdata |
Definition at line 123 of file transform_snap_object.hh.
| ListBase* blender::ed::transform::RayCastAll_Data::hit_list |
Definition at line 136 of file transform_snap_object.hh.
| float blender::ed::transform::RayCastAll_Data::len_diff |
Definition at line 130 of file transform_snap_object.hh.
| float blender::ed::transform::RayCastAll_Data::local_scale |
Definition at line 131 of file transform_snap_object.hh.
| uint blender::ed::transform::RayCastAll_Data::ob_uuid |
Definition at line 133 of file transform_snap_object.hh.
| const float4x4* blender::ed::transform::RayCastAll_Data::obmat |
Definition at line 128 of file transform_snap_object.hh.
| BVHTree_RayCastCallback blender::ed::transform::RayCastAll_Data::raycast_callback |
Definition at line 126 of file transform_snap_object.hh.