mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
modernized fieldlinessequence with codegen etc.
This commit is contained in:
@@ -60,7 +60,7 @@ void FieldlinesState::scalePositions(float scale) {
|
||||
p *= scale;
|
||||
}
|
||||
}
|
||||
|
||||
#pragma optimize("", off)
|
||||
bool FieldlinesState::loadStateFromOsfls(const std::string& pathToOsflsFile) {
|
||||
std::ifstream ifs(pathToOsflsFile, std::ifstream::binary);
|
||||
if (!ifs.is_open()) {
|
||||
|
||||
Reference in New Issue
Block a user