| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/uniquetexturemapping.h>
Static Public Member Functions | |
| static TexturedMeshComposite | create (SO< VRS::Iterator< SO< VRS::PolygonSet > > > triangles, double texelPerUnit, int maxAtlasSize) |
| static TexturedMeshComposite | createWithoutTextures (SO< VRS::Iterator< SO< VRS::PolygonSet > > > triangles, double texelPerUnit, int maxAtlasSize) |
Classes | |
| struct | TexturedMeshComposite |
| Help struct to store the result of the creation step for textures and texture coordinates. More... | |
| static TexturedMeshComposite VRS::UniqueTextureMapping::create | ( | SO< VRS::Iterator< SO< VRS::PolygonSet > > > | triangles, | |
| double | texelPerUnit, | |||
| int | maxAtlasSize | |||
| ) | [static] |
| static TexturedMeshComposite VRS::UniqueTextureMapping::createWithoutTextures | ( | SO< VRS::Iterator< SO< VRS::PolygonSet > > > | triangles, | |
| double | texelPerUnit, | |||
| int | maxAtlasSize | |||
| ) | [static] |