This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
FAQ
Программирование
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
CIGI Client Plugin
Rendering-Related Classes
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Renderer Plugin

A Renderer plugin allows you to customize the renderer. It is used to fire world script callbacks on API Renderer callbacks.

You can set custom callbacks for each rendering pass when this plugin is loaded. The custom rendering callbacks can be used, for example, to change transformation or projection matrices.

See Also

To run the plugin sample from the UNIGINE SDK Browser, press the Renderer plugin button on the Plugin Samples tab.

Launching Renderer Plugin

To launch the plugin, specify the extern_plugin command line option on the start-up:

Shell commands
main_x86d -extern_plugin "Renderer"

Also you can create a new project with Renderer plugin support by checking the Renderer plugin option in the New Project tab of the Unigine SDK Browser.

Last update: 04.06.2018
Build: ()