Click or drag to resize
SoAnaglyphStereoColorFilters Enumeration

Color Filter.

Namespace: OIV.Inventor.Components.Stereo
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum ColorFilters
Members
  Member nameValueDescription
RED_CYAN0

Default value.

GREEN_MAGENTA1
BLUE_YELLOW2
Remarks

There is 3 types of filters. Note that you can reverse the view, making 3 new types of filters (CYAN_RED,etc.). Note also that this types are able to deal with two-colors glasses (rather than 3 colors) : RED_CYAN is also adpated for red/green glasses, and so on. Note that the Alpha channel is kept in both views.

See Also