mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Add the ability to run as task file at startup. Add new model conversion task that requires an OpenGL context. Add ability to use FileVerifier and DirectoryVerifier on files that don't exist (#3612)
This commit is contained in:
7
data/tasks/convertmodel.task
Normal file
7
data/tasks/convertmodel.task
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
{
|
||||
Type = "ConvertModelTask",
|
||||
InputFilePath = "< in path >",
|
||||
OutputFilePath = "< out path >"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user