Blender V5.0
blender::io::alembic::AbcMeshData Struct Reference

Public Attributes

Int32ArraySamplePtr face_indices
Int32ArraySamplePtr face_counts
std::optional< SampleInterpolationSettingsinterpolation_settings
P3fArraySamplePtr positions
P3fArraySamplePtr ceil_positions
AbcUvScope uv_scope
V2fArraySamplePtr uvs
UInt32ArraySamplePtr uvs_indices

Detailed Description

Definition at line 113 of file abc_reader_mesh.cc.

Member Data Documentation

◆ ceil_positions

P3fArraySamplePtr blender::io::alembic::AbcMeshData::ceil_positions

◆ face_counts

Int32ArraySamplePtr blender::io::alembic::AbcMeshData::face_counts

◆ face_indices

Int32ArraySamplePtr blender::io::alembic::AbcMeshData::face_indices

◆ interpolation_settings

std::optional<SampleInterpolationSettings> blender::io::alembic::AbcMeshData::interpolation_settings

◆ positions

P3fArraySamplePtr blender::io::alembic::AbcMeshData::positions

◆ uv_scope

AbcUvScope blender::io::alembic::AbcMeshData::uv_scope

◆ uvs

V2fArraySamplePtr blender::io::alembic::AbcMeshData::uvs

◆ uvs_indices

UInt32ArraySamplePtr blender::io::alembic::AbcMeshData::uvs_indices

The documentation for this struct was generated from the following file: