feat: use attribute for glmesh indices
This commit is contained in:
@@ -9,6 +9,7 @@ using namespace enzo;
|
||||
geo::Geometry::Geometry()
|
||||
{
|
||||
addVector3Attribute(ga::AttrOwner::POINT, "P");
|
||||
addIntAttribute(ga::AttrOwner::VERTEX, "point");
|
||||
}
|
||||
|
||||
ga::AttributeHandle<int> geo::Geometry::addIntAttribute(ga::AttributeOwner owner, std::string name)
|
||||
|
||||
Reference in New Issue
Block a user