|
Smolgui
Immediate gui library based on SFML
|
#include "sgui/Render/MeshFunctions.h"Namespaces | |
| namespace | sgui |
Functions | |
| void | sgui::computeMesh (Mesh &mesh, const sf::FloatRect &box) |
| Compute mesh quad coordinates. | |
| void | sgui::computeMeshTexture (Mesh &Mesh, const sf::IntRect &textureRect) |
| compute texture coordinates from a rect | |
| void | sgui::rotateMeshTexture (Mesh &mesh) |
| Rotate a mesh texture by 90° | |