This page has been translated automatically.
Getting Started
Migrating to UNIGINE 2.0
C++ API Migration
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
Usage Examples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

LVC Game Add-On

The Calytrix LVC Game library enables communication between components of distributed simulation systems via the standard protocols: DIS, HLA, C2.

An LVC Game add-on is used for integration with this library allowing you to seamlessly connect UNIGINE 2 into a training environment.

Warning
The add-on is available only in the Sim Unigine SDK under Windows.

Launching LVC Game

To use the add-on, you should perform the following:

  1. Install the LVC Game add-on (available via UNIGINE SDK Browser in the Add-Ons section).
  2. Go to the Projects tab of the SDK Browser and choose Other Actions -> Configure Project -> Add-ons.
  3. Move the LVC Game 1.0 add-on to the In Use area and click Ok.
  4. Specify the extern_plugin command line option on the application start-up:
    Shell commands
    main_x86 -extern_plugin "LVCGame"
    						
Last update: 03.07.2017
Build: ()