mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
Stream data
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user