Blender V4.5
abc_reader_points.cc File Reference
#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 <algorithm>

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)