|
Blender V4.3
|
#include "abc_reader_points.h"#include "abc_axis_conversion.h"#include "abc_util.h"#include "DNA_object_types.h"#include "DNA_pointcloud_types.h"#include "BLT_translation.hh"#include "BKE_geometry_set.hh"#include "BKE_object.hh"#include "BKE_pointcloud.hh"#include "BLI_math_vector.h"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::alembic |
Functions | |
| static void | blender::io::alembic::read_points (const P3fArraySamplePtr positions, MutableSpan< float3 > r_points) |
| static N3fArraySamplePtr | blender::io::alembic::read_points_sample (const IPointsSchema &schema, const ISampleSelector &selector, MutableSpan< float3 > r_points) |