Configuration file

The configuration file is used to define the system parameters and room dimensions. It is located in:

\Exaplan_Data\StreamingAssets\Exaplan_config.json

It has the following structure:

{

"interfaceDisplay": 0,

"projectionDisplay": 2,

"projectionOrientation":-90,

"roomWidthMeters": 14.782,

"roomHeightMeters": 32.241,

"viosoWarpBlend":true,

"roomWidthPixels": 6912,

"roomHeightPixels": 3169,

"DisplayWidthPixels": 3840,

"DisplayHeightPixels": 7200

}

The parameters are explained below:

Parameter

Description

InterfaceDisplay

Display ID of the main UI window (0 is main screen)

ProjectionDisplay

Display ID of the projection display

ProjectionOrientation

Define an angle to rotate the projection (0,90,-90,180)

RoomWidthMeters

Width of the room (m)

RoomHeightMeters

Height of the room (m)

viosoWarpBlend

Enable processing of vwf files through VIOSO plugin. Configure in the VIOSOWarpBlend.ini file.

roomWidthPixels

Room width in pixels without overlap

roomHeightPixels

Room height in pixels without overlap

DisplayWidthPixels

Projection Display width in pixels (as detected by windows)

DisplayHeightPixels

Projection Display height in pixels (as detected by windows)

Last updated