Imagesequencer update:

- label/image data works
- fixed issues with instrument firing
- read handled in more uniform way
- adding ALICE scanner
- distance fading in renderabletrail (WIP)
- essential fixes to renderableFOV
- and additional changes to other classes reliant on imagesequenser.
This commit is contained in:
Michal Marcinkowski
2015-04-22 21:53:28 -04:00
parent de6fcf1583
commit 8becbbde41
29 changed files with 673 additions and 351 deletions
@@ -63,7 +63,6 @@ private:
ghoul::opengl::Texture* _texture;
ghoul::opengl::Texture* _bumpMap;
modelgeometry::ModelGeometry* _geometry;
glm::dmat3 _stateMatrix;
@@ -75,8 +74,9 @@ private:
properties::BoolProperty _performShading;
properties::BoolProperty _performFade;
properties::FloatProperty _fading;
bool _isGhost;
double _time;
};