Calculating uv coordinates to be used for sampling from tiled textures.

This commit is contained in:
Kalle Bladin
2016-04-18 19:52:01 -04:00
parent 6758f79d91
commit 0c33e2a2b6
7 changed files with 230 additions and 23 deletions
@@ -67,7 +67,7 @@ namespace openspace {
unique_ptr<ProgramObject> _programObject;
shared_ptr<Geometry> _geometry;
TextureTileSet tileSet;
TextureTileSet _tileSet;
};