One of the fundamental requirements for this application is to be able to run in any directory and on any Windows-compatible x64 hardware. Therefore, anywhere in the application that uses paths must take into account the executable's current directory.
Places that use paths are:
Model importing/exporting
Shader loading
Log exporting
etc.
One of the fundamental requirements for this application is to be able to run in any directory and on any Windows-compatible x64 hardware. Therefore, anywhere in the application that uses paths must take into account the executable's current directory.
Places that use paths are:
Model importing/exporting Shader loading Log exporting etc.