More work on RenderableVolumeExpert

- Added include directory support
- Added definitions support
- Added a volume helpers
- Fixed errors in kameleon wrapper
- Added ENLIL support in kameleonwrapper
This commit is contained in:
Jonas Strandstedt
2014-04-28 15:38:40 -04:00
parent 59c92ca073
commit e4c0b88742
7 changed files with 250 additions and 37 deletions

View File

@@ -49,6 +49,7 @@ public:
private:
ccmc::Model* _model;
Model _type;
ccmc::Interpolator* _interpolator;
};