= {
{"x", draco::GeometryAttribute::Type::POSITION},
{"y", draco::GeometryAttribute::Type::POSITION},
{"z", draco::GeometryAttribute::Type::POSITION},
{"pos", draco::GeometryAttribute::Type::POSITION},
{"position", draco::GeometryAttribute::Type::POSITION},
{"vp_x", draco::GeometryAttribute::Type::POSITION},
{"vp_y", draco::GeometryAttribute::Type::POSITION},
{"vp_z", draco::GeometryAttribute::Type::POSITION},
{"rgb", draco::GeometryAttribute::Type::COLOR},
{"rgba", draco::GeometryAttribute::Type::COLOR},
{"r", draco::GeometryAttribute::Type::COLOR},
{"g", draco::GeometryAttribute::Type::COLOR},
{"b", draco::GeometryAttribute::Type::COLOR},
{"a", draco::GeometryAttribute::Type::COLOR},
{"nx", draco::GeometryAttribute::Type::NORMAL},
{"ny", draco::GeometryAttribute::Type::NORMAL},
{"nz", draco::GeometryAttribute::Type::NORMAL},
{"normal_x", draco::GeometryAttribute::Type::NORMAL},
{"normal_y", draco::GeometryAttribute::Type::NORMAL},
{"normal_z", draco::GeometryAttribute::Type::NORMAL},
}