Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_geometry_set.h
| Show First 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | union { | ||||
| struct Collection *collection; | struct Collection *collection; | ||||
| } data; | } data; | ||||
| } InstancedData; | } InstancedData; | ||||
| int BKE_geometry_set_instances(const struct GeometrySet *geometry_set, | int BKE_geometry_set_instances(const struct GeometrySet *geometry_set, | ||||
| float (**r_positions)[3], | float (**r_positions)[3], | ||||
| float (**r_rotations)[3], | float (**r_rotations)[3], | ||||
| float (**r_scales)[3], | float (**r_scales)[3], | ||||
| int **r_ids, | |||||
| struct InstancedData **r_instanced_data); | struct InstancedData **r_instanced_data); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||