Add transferFunction to dataplane

This commit is contained in:
Sebastian Piwell
2016-04-26 14:50:50 -04:00
parent f6a6245795
commit b67180e325
9 changed files with 34 additions and 8 deletions
@@ -41,6 +41,7 @@ namespace openspace {
TransferFunction(const std::string& filepath, TfChangedCallback tfChangedCallback = TfChangedCallback());
void setPath(const std::string& filepath);
ghoul::opengl::Texture& getTexture();
void bind();
void update();
glm::vec4 sample(size_t t);
size_t width();