fromBufferAttribute method
Implementation
Vector2 fromBufferAttribute(attribute, index) {
x = attribute.getX(index);
y = attribute.getY(index);
return this;
}
Vector2 fromBufferAttribute(attribute, index) {
x = attribute.getX(index);
y = attribute.getY(index);
return this;
}