cee::geo::TextureCoordinates

class TextureCoordinates : public RefCountedObject

Texture coordinates.

See also

cee::geo::Part

Public Functions

TextureCoordinates()
TextureCoordinates(const std::vector<Vec2f> &coordinates)

Constructs a part with given contents.

std::vector<Vec2f> coordinates() const

Returns texture coordinates.

void setCoordinates(const std::vector<Vec2f> &coordinates)

Specifies new texture coordinates.