mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 04:30:09 -05:00
Merge branch 'feature/iSWA' of github.com:OpenSpace/OpenSpace-Development into feature/iSWA
This commit is contained in:
@@ -145,6 +145,11 @@ bool DataSphere::loadTexture(){
|
||||
if(data.empty())
|
||||
return false;
|
||||
|
||||
|
||||
// auto v = _dataProcessor->filterValues();
|
||||
// std::cout << std::to_string(v) << std::endl;
|
||||
_backgroundValues.setValue(_dataProcessor->filterValues());
|
||||
|
||||
bool texturesReady = false;
|
||||
std::vector<int> selectedOptions = _dataOptions.value();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user