flip_tex_coord_v property

flip_tex_coord_v property

Flip the v(t) coordinate in mesh’s texture coordinate, default value is true.

Definition:

@property
def flip_tex_coord_v(self):
    ...
@flip_tex_coord_v.setter
def flip_tex_coord_v(self, value):
    ...

See Also