Stream data

This commit is contained in:
Sebastian Piwell
2016-04-19 09:07:17 -04:00
parent 02c2ee9ef6
commit 4d487fc810
5 changed files with 59 additions and 68 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ namespace openspace{
ISWACygnet::ISWACygnet(const ghoul::Dictionary& dictionary)
: Renderable(dictionary)
, _updateInterval("updateInterval", "Update Interval", 3, 1, 10)
, _updateInterval("updateInterval", "Update Interval", 0.35, 0.1 , 1.0)
, _delete("delete", "Delete")
, _shader(nullptr)
, _texture(nullptr)