VX++ Framework (VxCpp.dll)
Friendly Voxon development with classes
Public Attributes | List of all members
voxie_disp_t Struct Reference

Voxon Display Struct - Configuration for a display suitable to render a volumetric image (usually projector) More...

#include <vxDataTypes.h>

Public Attributes

point2d keyst [8]
 Keystone settings for display. a collection of 2D points giving coordinates for top and bottom corners of the display.
 
int colo_r
 LED initial start up values for the red channel in RGB color mode. 0..255.
 
int colo_g
 LED initial start up values for the green channel in RGB color mode. 0..255.
 
int colo_b
 LED initial start up values for the blue channel in RGB color mode. 0..255.
 
int mono_r
 LED initial start up values for the red channel in monochrome (single color) mode. 0..255.
 
int mono_g
 LED initial start up values for the red channel in monochrome (single color) mode. 0..255.
 
int mono_b
 LED initial start up values for the red channel in monochrome (single color) mode. 0..255.
 
int mirrorx
 Horizontal mirror setting value. Uses projector hardware flipping. 0 is for non-mirrored image. 1 is for mirrored image.
 
int mirrory
 Vertical mirror setting value. Uses projector hardware flipping. 0 is for non-mirrored image. 1 is for mirrored image.
 

Detailed Description

Voxon Display Struct - Configuration for a display suitable to render a volumetric image (usually projector)

This struct manages a projector's display settings which includes keystone (the position coordinates for the display), LED levels and mirror settings. Each display struct (voxie_disp_t) is loaded into the voxie window (voxie_wind_t) during the voxie_load() and voxie_init() or when a new VoxieBox is constructed

See also
VoxieBox::VoxieBox()
VoxieBox::init()

The documentation for this struct was generated from the following file: