mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-25 13:38:35 -05:00
downloads initial dataset
This commit is contained in:
@@ -44,7 +44,7 @@ namespace openspace
|
||||
|
||||
SunTextureManager::SunTextureManager()
|
||||
{
|
||||
_syncDir = FileSys.relativePath("./sync/magnetograms");
|
||||
_syncDir = absPath("${BASE}/sync/magnetograms") + ghoul::filesystem::FileSystem::PathSeparator;
|
||||
}
|
||||
void SunTextureManager::update(std::unique_ptr<ghoul::opengl::Texture> &texture)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user