Skip to content

Instantly share code, notes, and snippets.

@rokups
Created September 22, 2018 10:47
Show Gist options
  • Save rokups/961a8243d7d0b990d143d88c872eb9d7 to your computer and use it in GitHub Desktop.
Save rokups/961a8243d7d0b990d143d88c872eb9d7 to your computer and use it in GitHub Desktop.
Usage: [OPTIONS]
Options:
-h,--help Print this help message and exit
--headless Do not initialize graphics subsystem
--nolimit Disable frame limiter
--flushgpu Enable GPU flushing
--gl2 Force use of OpenGL2
--landscape Force landscape orientation
--portrait Force portrait orientation
--nosound Disable sound
--noip Disable sound interpolation
--mono Force mono sound output (default is stereo)
--renderpath string Excludes: --prepass --deferred
Use custom renderpath
--prepass Excludes: --renderpath
Use prepass renderpath
--deferred Excludes: --renderpath
Use deferred renderpath
--noshadows Disable shadows
--lqshadows Use low quality shadows
--nothreads Disable multithreading
-v Enable vsync
-t Enable tripple-buffering
-w Windowed mode
--borderless Borderless window mode
--lowdpi Force-disable high-dpi handling
--hd Force-enable high-dpi handling
-s Enable window resizing
-q Disable logging
--log string in {trace|debug|info|warning|error|}
Logging level
-x int Window width
-y int Window height
--monitor int Create window on the specified monitor
--hz int Use custom refresh rate
-m int Multisampling samples
-b int Sound buffer size
-r int Sound mixing rate
--pp path1;path2;... (env:URHO3D_PREFIX_PATH)
Resource prefix paths
--pr path1;path2;... Resource paths
--pf path1;path2;... Resource packages
--ap path1;path2;... Resource autoload paths
--ds filename Dump shaders
--mq int {0-15} Material quality
--tq int {0-15} Texture quality
--tf string in {nearest|bilinear|trilinear|anisotropic|nearest-anisotropic|default}
Texture filter mode
--af int Use anisotropic filtering
--touch Enable touch emulation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment