Update ghoul and add model animation

This commit is contained in:
Malin Ejdbo
2021-03-16 09:05:32 +01:00
parent aebe6c1217
commit 323e9b2fb5
3 changed files with 20 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ private:
std::unique_ptr<ghoul::modelgeometry::ModelGeometry> _geometry;
bool _forceRenderInvisible = false;
bool _notifyInvisibleDropped = true;
std::string _animationStart;
properties::FloatProperty _ambientIntensity;