Console
UNIGINE console is used for standard input, output and error streams for the file loading, rendering system, audio and video systems, path-finding system, physics engine, file system and many others.
Can be opened in any UNIGINE-based application.
How to Open ConsoleHow to Open Console#
A built-in console is called by pressing the F1 key:
The console can be hidden by pressing the F1 key one more time. See how to assign another key here.
Console OperationConsole Operation#
Console operation can be either command or variable:
Command SyntaxCommand Syntax#
Console command can take null, one or several arguments. The syntax is:
command_to_execute // null argument
command_to_execute argument // one argument
command_to_execute argument argument // two arguments
Hints
- To see the current variable value, other acceptable values and short description, just type it and press the Enter key. For example, if you type the
main_window_resizable variable, you get the following result:
Main window resizable toggle 0 is non-resizable mode 1 is resizable mode main_window_resizable = 1
- To complete a command or variable name, just start typing first letters and press the TAB key until you get the required result.
How to Change the Console Opening KeyHow to Change the Console Opening Key#
If you want to change the default F1 console turning on or off key, open the user configuration file (configs/default.user by default) and change the console_key field. You can specify a key scancode or name from the list. For example, to set the back quote key, specify BACK_QUOTE (or 17):
<console_key>BACK_QUOTE</console_key>
You can also specify several comma-separated keys:
<console_key>BACK_QUOTE,F3,18</console_key>
To set a keyboard shortcut that turns on and off the console, specify a key modifier in the console_key_modifier field in addition to the console key. The modifier can be set by using a modifier code or name from the list. For example, to set the Left Ctrl+` shourtcut, change the user configuration file as follows:
<console_key>BACK_QUOTE</console_key>
<console_key_modifier>LEFT_CTRL</console_key>
ConsoleConsole#
Basic operations on the console, command and variable.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы:
|
Описание:
| |
Файл конфигурации: | |
Описание:
| Аргументы: Key scancode or name from the list. Several comma-separated arguments are allowed. |
Файл конфигурации: | |
Описание:
| Аргументы: Modifier code or name from the list. |
Описание:
| |
Описание:
| |
Описание:
| |
Описание:
| |
Описание:
| Аргументы: Variable, which values will be switched |
Описание:
| Аргументы: Variable to be toggled |
Описание:
| Аргументы: Key to unbind |
Файл конфигурации: | |
Описание:
| Аргументы: [0; INT_MAX] - диапазон значений 16384 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: [0; 100] - диапазон значений 75 - по умолчанию |
Console GUIConsole GUI#
Operations on the console GUI.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: [4; 32] - диапазон значений 16 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: Path to a *.ttf file core/gui/console.ttf (by default) |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: [4; 32] - диапазон значений 14 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: [0; 100] - диапазон значений 20 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: [0.0f; 100.0f] - диапазон значений 2.0f - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
EngineEngine#
Basic operations on the engine.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| |
Описание:
| |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Engine Configuration FilesEngine Configuration Files#
General operations on the engine configuration.
Описание:
| Аргументы: Path to the Engine startup configuration file (data/default.boot by default) |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| |
Описание:
| |
Файл конфигурации: | |
Описание:
| Аргументы: Path to the application configuration file (configs/default.config by default) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| |
Описание:
| |
Файл конфигурации: | |
Описание:
| Аргументы: Path to the controls configuration file (configs/default.controls by default) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| |
Описание:
| |
Файл конфигурации: | |
Описание:
| Аргументы: Path to the user configuration file (configs/default.user by default) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| |
Описание:
|
WorldWorld#
Basic operations on world.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: A world name or a path to a world relative to the -data_path folder. |
Описание:
| Аргументы:
|
Описание:
| |
Описание:
| |
Описание:
| Аргументы: Name of the world cache file (optional) |
World ResourcesWorld Resources#
Operations, representing information on objects generated using CPU logic, such as ObjectGrass, ObjectMeshClutter and WorldClutter objects.
Описание:
| |
Описание:
| |
Описание:
| |
Файл конфигурации: | |
Описание:
| Аргументы: [0; 8192] - диапазон значений 128 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: [0; 8192] - диапазон значений 128 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - movement of nodes having the Immovable flag is prohibited. 1 - movement of nodes having the Immovable flag is accompanied by a warning in the Console. (по умолчанию) 2 - movement of nodes having the Immovable flag is allowed (no warnings displayed). |
SoundSound#
Operations on the sound.
Sound ResourcesSound Resources#
Operations on the sound resources.
Material ManagerMaterial Manager#
Operations on materials.
Описание:
| |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - Minimal memory consumption and maximum Engine loading speed. Сaching for materials and shaders is disabled, so everything is loaded on demand resulting in lots of freezes, spikes, etc. This method can be used when spikes are less important than memory consumption. It is recommended for fast iterations during the application development phase as less time is spent on launching your application and loading resources. 1 - Caching is enabled for materials, so materials are created at Engine's startup rather than at run time. Engine startup takes more time than for the first mode and more memory is used. There are less spikes in this mode, but they occur sometimes. This mode can be enabled on a constant basis for a small project having a small number of materials (in case of satisfactory performance and sufficient memory amount). 2 - Caching of materials is enabled along with shader cache generation and loading. This mode requires compilation of all shaders resulting in very long loading times. Everything is kept in memory with no streaming required. This mode is the best as it ensures stable work and significant reduction of spikes. In case of large projects with tens of thousands of materials the amount of available memory can be exceeded, as shader cache takes a lot of it. |
Описание:
| |
Описание:
| |
Описание:
| |
Описание:
| |
Описание:
|
CameraCamera#
Operations for fast positioning of the game camera.
Описание:
| |
Описание:
| Аргументы: The first 3 arguments set position. The second 3 arguments set rotation (optional) |
File SystemFile System#
Operations on the File system.
Описание:
| |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| |
Описание:
| Аргументы:
|
File System InfoFile System Info#
Operations, representing information on the File system.
AssetsAssets#
Operations on assets.
Описание:
| |
Описание:
|
Import and ExportImport and Export#
Operations representing information on importers and exporters of models.
ScriptsScripts#
Operations on the world, system and editor scripts.
Editor Script AnalyzerEditor Script Analyzer#
Operations on the editor script debugging.
Описание:
| Аргументы: Path to a file to dump the information into (optional) |
Описание:
| Аргументы: Path to the log file to dump the log file information into (optional) |
Описание:
| Аргументы: Path to a file to dump the information into (optional) |
System Script AnalyzerSystem Script Analyzer#
Operations on the system script debugging.
Описание:
| Аргументы: Path to a file to dump the information into (optional) |
Описание:
| Аргументы: Path to the log file to dump the log file information into (optional) |
Описание:
| Аргументы: Path to a file to dump the information into (optional) |
World Script AnalyzerWorld Script Analyzer#
Operations on the world script debugging.
Описание:
| Аргументы: Path to a file to dump the information into (optional) |
Описание:
| Аргументы: Path to the log file to dump the log file information into (optional) |
Описание:
| Аргументы: Path to a file to dump the information into (optional) |
Script DebuggerScript Debugger#
Operations on the per-function breakpoint. The syntax to set the breakpoint is the following:
system_breakpoint/world_breakpoint/editor_breakpoint set/remove function_name number_of_arguments
Описание:
| Аргументы:
|
Описание:
| Аргументы:
|
Описание:
| Аргументы:
|
Asynchronous OperationsAsynchronous Operations#
Asynchronous operations.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - do not print (по умолчанию) 1 - print operations with the nodes 2 - print operations with the renderer resources (loading / unloading of meshes and textures) 3 - print operations with the file system resources (loading / unloading of files) 4 - print all operations with the nodes, renderer and file systems resources |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - print only frequently used operations (по умолчанию) 1 - print all operations |
Описание:
| |
Описание:
| |
Описание:
|
VisualizerVisualizer#
Operations on the visualizer.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - visualizer is not shown (по умолчанию) 1 - visualizer is shown with depth testing (to check if other objects in the scene do not occlude visualized geometry) 2 - visualizer is shown without depth testing (visualized geometry is rendered in front of all objects in the scene) |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - hide the FPS counter (по умолчанию) 1 - display the FPS counter 2 - display the FPS counter and statistics on the last 600 frames: minimum FPS, maximum FPS and average FPS for the last 600 frames. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
World DebuggingWorld Debugging#
Operations on the world debugging.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: all world field light decal object player physical navigation obstacle sound "" - to hide all handlers |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - triangles are hidden (по умолчанию) 1 - front faces with the depth test are shown 2 - front faces without the depth test are shown 3 - front and back faces without the depth test are shown |
Lighting DebuggingLighting Debugging#
Operations on the lighting debugging.
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: [7; 40] - диапазон значений 15 - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.25f - по умолчанию |
Node DebuggingNode Debugging#
Operations on the node debugging.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: The node type:
|
Файл конфигурации: | |
Описание:
| Аргументы: 0 - screen scale (по умолчанию) 1 - 3D |
Файл конфигурации: | |
Описание:
| Аргументы: [0; inf] - диапазон значений 500 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - отключенный (по умолчанию) 1 - показывать объекты с включенной опцией Immovable 2 - показывать объекты с отключенной опцией Immovable |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Occluder DebuggingOccluder Debugging#
Operations on the occluder debugging.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Vertex Color DebuggingVertex Color Debugging#
Operations on vertex color debugging.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - отключенный. (по умолчанию) 1 - Красный цвет. 2 - Зеленый цвет. 3 - Синий цвет. 4 - Альфа-цвет. 5 - Цвет RGB. |
Landscape Terrain DebuggingLandscape Terrain Debugging#
Operations on the Landscape Terrain debugging.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - mask vizualization is disabled (по умолчанию) 1 - DetailMask 0 2 - DetailMask 1 3 - ... 4 - DetailMask 19 |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: | |
Описание: значение, указывающее, какой бит или биты маски Field используются для визуализации. Поверхности, использующие указанные биты маски, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_field_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты маски Shadow используются для визуализации. Поверхности, использующие указанные биты маски, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_shadow_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты маски Obstacle используются для визуализации. Поверхности, использующие указанные фрагменты маски, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_obstacle_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты маски Material используются для визуализации. Поверхности, использующие указанные фрагменты маски материала, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_material_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты маски Viewport используются для визуализации. Поверхности, использующие указанные биты маски, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_viewport_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты маски Physical используются для визуализации. Поверхности, использующие указанные биты маски, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_physical_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты маски Collision используются для визуализации. Поверхности, использующие указанные биты маски, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_collision_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты маски Navigation используются для визуализации. Поверхности, использующие указанные биты маски, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_navigation_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты маски Intersection используются для визуализации. Поверхности, использующие указанные биты маски, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_intersection_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты маски реверберации используются для визуализации. Поверхности, использующие указанные биты маски реверберации, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_sound_reverb_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты маски Sound Source используются для визуализации. Поверхности, использующие указанные биты маски, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_sound_source_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты маски звуковой окклюзии используются для визуализации. Поверхности, использующие указанные биты маски звукопоглощения, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_sound_occlusion_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты физической маски исключения используются для визуализации. Поверхности, использующие указанные биты маски физического исключения, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_physical_exclusion_mask). | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: значение, указывающее, какой бит или биты физической маски пересечения используются для визуализации. Поверхности, использующие указанные биты физической маски пересечения, будут выделены. Чтобы использовать эту опцию, должен быть включен рендеринг соответствующего визуализатора (см. render_show_physics_intersection_mask). | |
Файл конфигурации: | |
Описание:
| Аргументы: [0; 100000] - диапазон значений 500 - по умолчанию |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Physics DebuggingPhysics Debugging#
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Texture DebuggingTexture Debugging#
Operations on the texture debugging.
Occlusion QueriesOcclusion Queries#
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Performance ProfilingPerformance Profiling#
Operations on the Performance profiler.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - profiler information is hidden (по умолчанию) 1 - generic profiler information is shown 2 - rendering profiler information is shown 3 - physics profiler information is shown 4 - world profiler information is shown 5 - pathfinding and sound usage profiler information is shown |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Profiler GUIProfiler GUI#
Operations on the Performance profiler style.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: [4; 32] - диапазон значений 13 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: Path to a *.ttf file core/gui/font.ttf (by default) |
MicroprofileMicroprofile#
Operations on the Microprofile.
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| |
Файл конфигурации: | |
Описание:
| Аргументы: [1; 500] - диапазон значений 200 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: [1; 500] - диапазон значений 500 - по умолчанию |
Описание:
| Аргументы: Path to an .html file. |
Video SettingsVideo Settings#
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: [0; 32] - диапазон значений 0 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - release rendering context (no debug) (по умолчанию) 1 - debug rendering context 2 - debug rendering context with break on error (only on debug binaries) 3 - GPU side validation (dx12-only, only on debug binaries) |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - disable debug shaders (release shaders are used) (по умолчанию) 1 - enable debug shaders |
Описание:
| |
Описание:
| Аргументы: Index of the display for which modes are to be displayed (0 - by default). |
Main Window Resolution and FullscreenMain Window Resolution and Fullscreen#
Operations on main window options adjustment (size, fullscreen mode, borders, restart, etc.).
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Файл конфигурации: | |
Описание:
| Аргументы: Usage with the argument: main_window_size width height (1600 x 900 by default) |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - windowed mode (по умолчанию) 1 - full-screen mode |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - Main - display set as main in OS settings. (по умолчанию) 1 - Current - display that currently has focus (where the mouse cursor is). |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - Desktop - use display mode mode currently selected on the user's computer. (по умолчанию) 1 - Mode by window size - try to find an appropriate display mode that corresponds to the current window resolution (while looking for the appropriate resolution the Engine tries to keep the current desktop display frequency if possible, otherwise it takes maximum available frequency). In case such mode does not exist (a corresponding error message is displayed), switch to the Desktop mode. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
|
Graphics SettingsGraphics Settings#
Operations on the graphics adjustment.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - not to synchronize FPS (по умолчанию) 1 - synchronize FPS 2 - enable adaptive vertical sync |
Multi-Monitor and Stereo RenderingMulti-Monitor and Stereo Rendering#
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Rendering SettingsRendering Settings#
Operations on the renderer.
Rendering ResourcesRendering Resources#
Operations representing information on the rendering resources.
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1/60 - по умолчанию |
Описание:
| |
Описание:
| |
Описание:
| |
Описание:
| Аргументы: [0; INT_MAX] - диапазон значений 60 - по умолчанию |
Описание:
| Аргументы: [1; 256] - диапазон значений 1 - по умолчанию |
Описание:
| Аргументы: [0; 100] - диапазон значений 3 - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.1f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.1f - по умолчанию |
Описание:
| Аргументы: 0 - асинхронной потоковой передачи (по умолчанию) 1 - принудительная загрузка ресурсов |
Описание:
| Аргументы: 0 - 8x8 1 - 16x16 (по умолчанию) 2 - 32x32 3 - 64x64 4 - 128x128 5 - 256x256 6 - 512x512 |
Описание:
| Аргументы: [0; 100] - диапазон значений 65 - по умолчанию |
Описание:
| Аргументы: [1; 60] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: 0 - асинхронной потоковой передачи (по умолчанию) 1 - принудительная загрузка ресурсов 2 - загрузка всех ресурсов |
Описание:
| Аргументы: [1; 100] - диапазон значений 5 - по умолчанию |
Описание:
| Аргументы: [1; 60] - диапазон значений 20 - по умолчанию |
Описание:
| Аргументы: 0 - асинхронной потоковой передачи (по умолчанию) 1 - принудительная загрузка ресурсов 2 - загрузка всех ресурсов |
Описание:
| Аргументы: [0; 100] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: [0; 60] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: 0 - отключать (по умолчанию) 1 - физика 2 - полный |
Описание:
| Аргументы: 0 - отключать (по умолчанию) 1 - физика 2 - полный |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.0f - по умолчанию |
Описание:
| |
Описание:
| |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| |
Описание:
| |
Описание:
| |
Описание:
| |
Описание:
|
Rendering Resources: OpenGL-Specific CommandsRendering Resources: OpenGL-Specific Commands#
Operations representing information on the rendering resources for OpenGL.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: [0; 1024] - диапазон значений 128 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: [0; 256] - диапазон значений 16 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Rendering BuffersRendering Buffers#
Rendering Buffer InfoRendering Buffer Info#
Operations representing information on the rendering buffers.
Rendering Buffer DebuggingRendering Buffer Debugging#
Operations on the rendering buffer debugging.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: 0 - все буферы скрыты (по умолчанию) 1 - показывать текстуры рендеринга (компактно) 2 - показать текстуры рендеринга (полностью) |
Описание:
| Аргументы: 0 - RG11B10F 1 - RGBA16F (по умолчанию) |
Файл конфигурации: | |
Описание:
| Аргументы: [0; 16] - диапазон значений 7 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: [0; 256] - диапазон значений 0 - по умолчанию |
Rendering PassesRendering Passes#
Operations on rendering passes.
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Файл конфигурации: | |
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
MeshesMeshes#
Operations on mesh rendering.
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Файл конфигурации: | |
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
TessellationTessellation#
Operations on mesh tessellation.
Описание:
| Аргументы: [0.0f; 10.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 10.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.01f; 10.0f] - диапазон значений 1.0f - по умолчанию |
DecalsDecals#
Operations on decal rendering.
FieldsFields#
Operations on field rendering.
Описание:
| Аргументы: 0 - 128 x 128 1 - 256 x 256 2 - 512 x 512 (по умолчанию) 3 - 1024 x 1024 4 - 2048 x 2048 5 - 4096 x 4096 6 - 8192 x 8192 |
Описание:
| Аргументы: 0 - 16 бит (по умолчанию) 1 - 32-разрядный |
Описание:
| Аргументы: 0 - 128x128 (по умолчанию) 1 - 256x256 2 - 512x512 3 - 1024x1024 4 - 2048x2048 5 - 4096x4096 6 - 8192x8192 |
TexturesTextures#
Operations on texture rendering.
ShadersShaders#
Operations on shaders.
Описание:
|
Shader CompilationShader Loading#
Operations on the shader loading.
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Effects and PostprocessesEffects and Postprocesses#
Operations on the effects and postprocesses.
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: (0.0f, 0.0f, 0.0f) - значение по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_bent_normal_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_bent_normal_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_bent_normal_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: [2; 8] - диапазон значений 6 - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.7f - по умолчанию |
Описание:
| Аргументы: 0 - четверть 1 - половина 2 - полный (по умолчанию) |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.3f - по умолчанию |
Описание:
| Аргументы: (0, 0) - значение по умолчанию |
Описание:
| Аргументы: 0 - Отключено (по умолчанию) 1 - Самый резкий низкий 2 - Самый острый Высокий 3 - Резкий Низкий 4 - Резкий Высокий 5 - Плавный Низкий 6 - Гладкий Высокий 7 - Самый плавный низкий 8 - Самый гладкий Высокий 9 - Обычай |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [1; 3] - диапазон значений 1 - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0; 10] - диапазон значений 5 - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 50.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 100.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 50.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 100.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_denoise_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: [1.0f; inf] - диапазон значений 3.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.05f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.1f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.3f - по умолчанию |
Описание:
| Аргументы: [1; 32] - диапазон значений 1 - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - очень низкий (по умолчанию) 1 - Низкий 2 - Средний 3 - Высокий 4 - Крайне 5 - Экстремальный 6 - Обычай |
Описание: | Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 10.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 10.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание: | Аргументы: [0.0f; inf] - диапазон значений 0.0f - по умолчанию |
Описание: | Аргументы: [0.0f; inf] - диапазон значений 0.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_dof_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - четверть 1 - половина 2 - полный (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_dof_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: Одно из следующих значений:
|
Описание: | Аргументы: 0 - кольцо (по умолчанию) 1 - круг |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_dof_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_dof_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - статический (по умолчанию) 1 - логарифмическое адаптивное воздействие 2 - квадратичная адаптивная экспозиция |
Описание:
| Аргументы: [0.0f; 4.0f] - диапазон значений 0.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0; inf] - диапазон значений 100 - по умолчанию |
Описание:
| Аргументы: [0; inf] - диапазон значений 250 - по умолчанию |
Описание:
| Аргументы: [0; inf] - диапазон значений 11 - по умолчанию |
Описание:
| Аргументы: 0 - классический (по умолчанию) 1 - физически обоснованный |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.3f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: | Аргументы: [0.0f; inf] - диапазон значений 0.03f - по умолчанию |
Описание:
| Аргументы: [-1.0f; 1.0f] - диапазон значений 0.0f - по умолчанию |
Описание:
| Аргументы: [-1.0f; 1.0f] - диапазон значений 0.0f - по умолчанию |
Описание:
| Аргументы: [0.5f; 1.5f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: vec4_zero - значение по умолчанию (черный) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: (0,0,0,0,0,0,0,0,0,0,0,0,0) - значение по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: (1,1,1,1,1,1,1,1,1,1,1,1,1,1) - значение по умолчанию |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: [1e-6f; 8.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: От 1x1 до 1024x1024 По умолчанию: 128x64 |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: От 1x1 до 1024x1024 По умолчанию: 512x512 |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_gi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - мощность 1 (по умолчанию) 1 - мощность 2 2 - мощность 3 3 - мощность 4 |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_aa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.0f - по умолчанию |
Описание:
| Аргументы: 0 - Самый острый (по умолчанию) 1 - Острый 2 - Гладкий 3 - Гладкий + SRAA 4 - Самый гладкий 5 - Самый гладкий + SRAA 6 - Режим виртуальной реальности 7 - Обычай |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_aa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - Самый острый (по умолчанию) 1 - Острый 2 - Гладкий 3 - Самый гладкий 4 - Режим виртуальной реальности 5 - Обычай |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 30.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.5f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - смещение 1 выборки, без сглаживания 1 - 4 смещения (по умолчанию) 2 - 8 смещений 3 - 16 смещений |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 60.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 4.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_taa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [1.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_aa_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - 2 1 - 4 (по умолчанию) 2 - 8 |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.1f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.2f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.3f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.2f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.01f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.3f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.75f - по умолчанию |
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: vec4_one - значение по умолчанию (белый) |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [2; 32] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: [0.0f; 2.0f] - диапазон значений 0.2f - по умолчанию |
Описание:
| Аргументы: [-inf; inf] - диапазон значений 45.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений inf - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений inf - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений inf - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений inf - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений inf - по умолчанию |
Описание:
| Аргументы: vec4_one - значение по умолчанию (белый) |
Описание:
| Аргументы: vec4_one - значение по умолчанию (белый) |
Описание:
| Аргументы: vec4_zero - значение по умолчанию (белое) |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: vec4_one - значение по умолчанию (белый) |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: vec3_one - значение по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - Низкий (по умолчанию) 1 - Средний 2 - Высокий 3 - Крайне 4 - Обычай |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0; 512] - диапазон значений 32 - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 0.5f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 0.2f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 0.5f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [2; 64] - диапазон значений 8 - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_motion_blur_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - Never (по умолчанию) 1 - Behind Farthest Refractive Surface |
Описание:
| Аргументы: vec3_one - значение по умолчанию |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: 0 - Отключено (по умолчанию) 1 - HTC Vive 2 - HTC Vive Pro 3 - Oculus Rift |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - Низкий (по умолчанию) 1 - Средний 2 - Высокий 3 - Крайне 4 - Экстремальный 5 - Обычай |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - Правильный 1 - Усиленный (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: Одно из следующих значений:
|
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: Одно из следующих значений:
|
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: Одно из следующих значений:
|
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [1; 64] - диапазон значений 4 - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [1; 64] - диапазон значений 16 - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 0.5f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 10.0f] - диапазон значений 4.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssr_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 10.0f] - диапазон значений 2.0f - по умолчанию |
Описание:
| Аргументы: 0 - Отключено (по умолчанию) 1 - Низкий 2 - Средний 3 - Высокий 4 - Крайне 5 - Экстремальный 6 - Обычай |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [1; 1024] - диапазон значений 8 - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [1; 256] - диапазон значений 8 - по умолчанию |
Описание:
| Аргументы: Одно из следующих значений:
|
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: Одно из следующих значений:
|
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_ssrtgi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - Низкий (по умолчанию) 1 - Средний 2 - Высокий 3 - Крайне 4 - Экстремальный 5 - Обычай |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: vec4(1.0f, 0.0f, 0.0f, 1.0f) - значение по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 10.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 4.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - Отключено 1 - Низкий (по умолчанию) 2 - Средний 3 - Высокий 4 - Высокая + Скорость |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - 1 x 2 (по умолчанию) 1 - 2 x 2 |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: Одно из следующих значений:
|
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: Одно из следующих значений:
|
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 30.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 60.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 4.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_sssss_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - смещение 1 выборки, без сглаживания 1 - 4 смещения (по умолчанию) 2 - 8 смещений 3 - 16 смещений |
Описание:
| Аргументы: vec4(1.0f, 1.0f, 1.0f, 1.0f) - значение по умолчанию (белый) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - Лучшие края (по умолчанию) 1 - Лучшие нормальные показатели |
Описание:
| Аргументы: Одно из следующих значений:
|
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.01f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: Одно из следующих значений:
|
Описание:
| Аргументы: Одно из следующих значений:
|
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.35f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.02f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: vec4(0.26f, 0.24f, 0.21f, 1.0f) - значение по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: vec4(0.48f, 0.44f, 0.39f, 1.0f) - значение по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.0f - по умолчанию |
Описание: | Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание: | Аргументы: 0 - Кинематографический 1 - ACES (по умолчанию) 2 - Комбинация ACES + Рейнхард 3 - Рейнхард 4 - Основанный Рейнхардом Люмой |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: [0.0f; 10.0f] - диапазон значений 2.51f - по умолчанию |
Описание:
| Аргументы: [0.0f; 10.0f] - диапазон значений 0.03f - по умолчанию |
Описание:
| Аргументы: [0.0f; 10.0f] - диапазон значений 2.43f - по умолчанию |
Описание:
| Аргументы: [0.0f; 10.0f] - диапазон значений 0.59f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.59f - по умолчанию |
Описание:
| Аргументы: [0.0f; 10.0f] - диапазон значений 2.51f - по умолчанию |
Описание:
| Аргументы: [0.0f; 10.0f] - диапазон значений 0.03f - по умолчанию |
Описание:
| Аргументы: [0.0f; 10.0f] - диапазон значений 2.43f - по умолчанию |
Описание:
| Аргументы: [0.0f; 10.0f] - диапазон значений 0.59f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.14f - по умолчанию |
Lighting and ShadingLighting and Shading#
Operations on lighting and shading.
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - альфа-смесь (по умолчанию) 1 - смесь добавок 2 - умножать 3 - наложить |
Описание:
| Аргументы: Одно из следующих значений:
|
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: | Аргументы: 0 - дымка отключена 1 - дымка окрашена в определенный цвет 2 - дымка окрашена в соответствии с цветом неба. (по умолчанию) |
Описание:
| Аргументы: 0 - Ближний радиус действия (по умолчанию) 1 - Дальность действия на большие расстояния 2 - Физически обоснованный |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.95f - по умолчанию |
Описание:
| Аргументы: vec4_one - значение по умолчанию (белый) |
Описание:
| Аргументы: [32; 1024] - диапазон значений 1024 - по умолчанию |
Описание:
| Аргументы: [1; 32] - диапазон значений 8 - по умолчанию |
Описание:
| Аргументы: [0; 128] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: [0; 128] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: [0; 128] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: [0; 128] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: [0; 128] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: [0; 128] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - Отключено 1 - Низкий (по умолчанию) 2 - Средний 3 - Высокий 4 - Высокая + Скорость |
Описание:
| Аргументы: 0 - 1 x 2 (по умолчанию) 1 - 2 x 2 |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_gi_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
ShadowsShadows#
Operations on shadows.
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.1f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 100.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: 0 - Отключено 1 - Лучи солнечной тени (по умолчанию) 2 - Лучи лунной тени 3 - Лучи солнечной и лунной теней |
Описание:
| Аргументы: [0.0f; 100.0f] - диапазон значений 3.0f - по умолчанию |
Описание:
| Аргументы: Одно из следующих значений:
|
Описание:
| Аргументы: Одно из следующих значений:
|
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - Отключено 1 - Низкий 2 - Средний (по умолчанию) 3 - Высокий 4 - Крайне |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - Отключено 1 - Низкий (по умолчанию) 2 - Средний 3 - Высокий 4 - Крайне |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
GeodeticsGeodetics#
Чтобы использовать этот функционал вам необходимо получить лицензию на
Operations on geodetics.
Файл конфигурации: | |
---|---|
Описание: | Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Clouds RenderingClouds Rendering#
Описание:
| Аргументы: 0 - Низкий (по умолчанию) 1 - Средний 2 - Высокий + Чередующийся 3 - Высокий 4 - Ультра + Чередующийся 5 - Крайне 6 - Экстремальный + чередующийся 7 - Экстремальный 8 - Обычай |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; inf] - диапазон значений 100.0f - по умолчанию |
Описание:
| Аргументы: 0 - 2D текстура (по умолчанию) 1 - 3D текстура |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: Одно из следующих значений:
|
Описание:
| Аргументы: [10.0f; 400000.0f] - диапазон значений 10000.0f - по умолчанию |
Описание:
| Аргументы: [16; 8192] - диапазон значений 256 - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - 64 1 - 128 2 - 256 (по умолчанию) 3 - 512 4 - 1024 5 - 2048 |
Описание:
| Аргументы: 0 - 32 1 - 64 2 - 128 3 - 256 (по умолчанию) 4 - 512 |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - Отключено (по умолчанию) 1 - 2×2 2 - 4×4 3 - 8×8 |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.3f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: Одно из следующих значений:
|
Описание:
| Аргументы: [0.001f; 5.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [1.0f; 2048.0f] - диапазон значений 230.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.3f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.3f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.1f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.3f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [100.0f; inf] - диапазон значений 200000.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: Одно из следующих значений:
|
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: Одно из следующих значений:
|
Описание:
| Аргументы: [0.0f; 100000.0f] - диапазон значений 100.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_clouds_quality_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: 0 - Рендеринг перед прозрачным (по умолчанию) 1 - Рендеринг после прозрачного 2 - Сортировка прозрачная |
Terrain RenderingTerrain Rendering#
The commands described below are intended for configuring Landscape Terrain object (the ObjectLandscapeTerrain class).
Описание:
| Аргументы: [1; 100] - диапазон значений 10 - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.0f - по умолчанию |
Описание:
| Аргументы: [1; 100] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: [1; 60] - диапазон значений 4 - по умолчанию |
Описание:
| Аргументы: [1; 1000] - диапазон значений 10 - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [4; 2048] - диапазон значений 64 - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [1; 64] - диапазон значений 16 - по умолчанию |
Описание:
| Аргументы: [4; 64] - диапазон значений 32 - по умолчанию |
Описание:
| Аргументы: [2; 64] - диапазон значений 2 - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.9f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.3f - по умолчанию |
Описание:
| Аргументы: 0 - Отключено 1 - Быстрое сжатие (по умолчанию) 2 - Высокое качество |
Описание:
| Аргументы: 0 - 64×64 1 - 128×128 2 - 256×256 3 - 512×512 4 - 1024×1024 (по умолчанию) 5 - 2048×2048 6 - 4096×4096 7 - 8192×8192 8 - 16384×16384 |
Описание:
| Аргументы: 0 - 64×64 1 - 128×128 2 - 256×256 3 - 512×512 4 - 1024×1024 (по умолчанию) 5 - 2048×2048 6 - 4096×4096 7 - 8192×8192 8 - 16384×16384 |
Описание:
| Аргументы: 0 - 64×64 1 - 128×128 2 - 256×256 3 - 512×512 4 - 1024×1024 (по умолчанию) 5 - 2048×2048 6 - 4096×4096 7 - 8192×8192 8 - 16384×16384 |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: [0.0f; 10.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1000.0f] - диапазон значений 0.01f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 50.0f] - диапазон значений 1.5f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 50.0f] - диапазон значений 6.0f - по умолчанию |
Описание:
| Аргументы: 0 - Низкий (по умолчанию) 1 - Средний 2 - Высокий 3 - Крайне 4 - Экстремальный 5 - Обычай |
Описание:
| Аргументы: 0 - Низкий (по умолчанию) 1 - Средний 2 - Высокий 3 - Крайне 4 - Экстремальный 5 - Обычай |
Описание:
| Аргументы: [0; 32] - диапазон значений 1 - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0001f; 1.0f] - диапазон значений 0.001f - по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 30000.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.95f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: 0 - Низкий 1 - Средний (по умолчанию) 2 - Высокий |
Описание:
| Аргументы: [1000; 5000000] - диапазон значений 1000000 - по умолчанию |
Описание:
| Аргументы: [1; 32] - диапазон значений 2 - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.4f - по умолчанию |
Описание:
| Аргументы: 1344 х 756 - (по умолчанию) |
Описание:
| Аргументы: 0 - Четверть 1 - Половина (по умолчанию) 2 - Полный |
Описание:
| Аргументы: От 1x1 до 1024x1024 По умолчанию: 80x60 |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [1; 64] - диапазон значений 4 - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [1; 64] - диапазон значений 4 - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_landscape_terrain_streaming_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [1; 256] - диапазон значений 60 - по умолчанию |
Описание:
| Аргументы: 0 - уровень анизотропии 1 1 - уровень анизотропии 2 2 - уровень анизотропии 4 (по умолчанию) 3 - уровень анизотропии 8 4 - уровень анизотропии 16 |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
ObjectWaterGlobal RenderingObjectWaterGlobal Rendering#
Описание:
| Аргументы: 0 - 1x 1 - 2x (по умолчанию) 2 - 4x 3 - 8x 4 - 16x |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: Одно из следующих значений:
|
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: Одно из следующих значений:
|
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: 0 - Низкий (по умолчанию) 1 - Средний 2 - Высокий 3 - Крайне 4 - Экстремальный 5 - Обычай |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 30000.0f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_water_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1000.0f] - диапазон значений 0.01f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_water_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 50.0f] - диапазон значений 1.5f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_water_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.5f - по умолчанию |
Описание:
Установка значения при помощи
this console command changes only the setting stored in the Custom preset, and will take effect only when this preset is active (change active preset via render_water_geometry_preset). Checking the parameter returns the corresponding setting stored in the active preset (default or custom one).
| Аргументы: [0.0f; 50.0f] - диапазон значений 6.0f - по умолчанию |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.1f - по умолчанию |
Описание:
| Аргументы: [0.0f; 1.0f] - диапазон значений 0.9f - по умолчанию |
Описание:
| Аргументы: Одно из следующих значений:
|
Output ModesOutput Modes#
Описание:
| Аргументы: 0 - По умолчанию (по умолчанию) 1 - Изогнутая панорама 180 2 - Изогнутая панорама 360 3 - Линейная панорама 180 4 - Линейная панорама 360 5 - Панорама Рыбий глаз Ортографическая 6 - Панорама "Рыбий глаз" на равном расстоянии 7 - Стереографическая панорама "Рыбий глаз" 8 - Панорама Рыбий глаз Равноценный 9 - Анаглиф 10 - Переплетенный 11 - Горизонтальный 12 - Вертикальный |
Описание:
| Аргументы: [0; 360] - диапазон значений 0 - по умолчанию |
Описание:
| Аргументы: 0 - отключенный (по умолчанию) 1 - Режим отбора на основе OpenVR 2 - Пользовательский режим отбраковки |
Описание:
| Аргументы: (1.0f, 1.0f, 0.0f, 0.0f) - значение по умолчанию |
Описание:
| Аргументы: (0.6f, 0.6f, 0.0f, 0.0f) - значение по умолчанию |
Other SettingsOther Settings#
Описание:
| Аргументы: 0 - последовательный рендеринг CPU-GPU-CPU-GPU-графический процессор... 1 - 1 буфер (по умолчанию) 2 - 2 буфера 3 - 3 буфера |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Описание:
| Аргументы: [0; 1024] - диапазон значений 5 - по умолчанию |
Описание:
| Аргументы: -1; -1 - значение по умолчанию |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 0.0f - по умолчанию |
RenderersRenderers#
OpenGLOpenGL#
Operations on the OpenGL API.
Описание:
| |
Описание:
| |
Описание:
| |
Описание:
| |
Описание:
| |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. (по умолчанию) 1 - вкл. |
OpenAL SettingsOpenAL Settings#
Operations on the OpenAL API.
PluginsPlugins#
Operations on external plugins.
Bake LightingBake Lighting#
Operations on the Bake Lighting tool.
Описание:
| Аргументы: [1; 32] - диапазон значений 1 - по умолчанию |
Описание:
| Аргументы: [1; 500] - диапазон значений 10 - по умолчанию |
Описание:
| Аргументы: [0.0f; 8.0f] - диапазон значений 1.0f - по умолчанию |
Описание:
| Аргументы: Viewport mask |
Описание:
| Аргументы: [0.0f; inf] - диапазон значений 1000.0f - по умолчанию |
Описание: | Аргументы: 0 - Draft 1 - Low 2 - Medium (по умолчанию) 3 - High 4 - Ultra |
Описание:
| |
Описание:
|
ScreenshotsScreenshots#
Operations on screenshots.
Файл конфигурации: | |
---|---|
Описание:
| Аргументы: Extension for screenshot files: "png", "jpg", "dds", "tga", etc... ("tga" is used by default) |
Описание:
A screenshot is saved in the bin/screenshots directory by default. You can specify another directory. | Аргументы: Path to the folder the screenshots will be saved in (optional) |
General InformationGeneral Information#
Memory InfoMemory Info#
Operations, representing information on the system memory.
Описание:
|
CPU InfoCPU Info#
Operations, representing information on the CPU.
System InfoSystem Info#
Operations representing information on the system.
GPU InfoGPU Info#
MiscellaneousMiscellaneous#
Miscellaneous commands.
Описание:
| Аргументы: [-7; 7] - диапазон значений 7 - по умолчанию |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - idle 1 - normal (по умолчанию) 2 - high 3 - real-time |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Файл конфигурации: | |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |
Файл конфигурации: | |
Описание:
| Аргументы: -1 — user configures DPI awareness. 0 - all displays are default DPI, bitmap-stretching. 1 - all displays have the same DPI from primary display, bitmap-stretching. (по умолчанию) 2 - DPI of the display that the window is primarily located on, no DPI scaling of any UI elements. Not available on Linux. |
Описание:
| Аргументы: 0 - выкл. 1 - вкл. (по умолчанию) |