mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Uncomment important line
This commit is contained in:
@@ -372,7 +372,7 @@ float* DataPlane::readData(){
|
||||
normValue = (normValue+refProcent);
|
||||
|
||||
// normValue = (optionValues[j][i]-min[j])/(max[j]-min[j]);
|
||||
// combinedValues[i] += glm::clamp(normValue, 0.0f, 1.0f);
|
||||
combinedValues[i] += glm::clamp(normValue, 0.0f, 1.0f);
|
||||
}
|
||||
combinedValues[i] /= selectedOptions.size();
|
||||
// std::cout << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user