ditrit / OGrEE-3D

Mozilla Public License 2.0
10 stars 0 forks source link

Add config file (json ? ini ? yaml ? ) for OGrEE #81

Closed hchybz closed 3 years ago

hchybz commented 3 years ago

Several starup up parameters must be read before initializing Unity engine

db_url : https://1.2.3.4:8080/ db_login : db_token color_schema fullscreenmode= true 3Dmodels_dirs : /fullpath/ texture_dirs : /fullpath error_log : /fullpath cli_log : /fullpath

Some/each parameter in file should have a command line equivalent ...

Cedrok commented 3 years ago

Done in commit eea1fb386ffdfd256bbc62888a40e802652c96ee Available command lines:

--verbose [true|false]
--fullscreen [true|false]
--serverUrl [url]
--file [path to ocli file to load]