Hi,
In the mesh, calling
Alembic::AbcGeom::Int32ArraySamplePtr face_indices = samp.getFaceIndices();
returns a
Int32ArraySamplePtr
whereas in GeomParm, I get unsigned integer array
Alembic::AbcGeom::IN3fGeomParam normalsParams = schema.getNormalsParam();
Alembic::AbcGeom::IN3fGeomParam::Sample normalsValue = normalsParams.getIndexedValue();
Alembic::AbcGeom::UInt32ArraySamplePtr indices = normalsValue.getIndices();
Am I retrieving the wrong indices ?
I am trying to build an OBJ file after reading an Alembic file