texCoord1 method
Sets the secondary texture coordinate for subsequent vertices.
Implementation
GeometryBuilder texCoord1(Vector2 value) {
_texCoord1 = value.clone();
return this;
}
Sets the secondary texture coordinate for subsequent vertices.
GeometryBuilder texCoord1(Vector2 value) {
_texCoord1 = value.clone();
return this;
}