Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Igloo Core Engine supports warp and blend through the integration of the Scalable SDK. Scalable Display Technologies Igloo Core Engine will load the Scalable calibration from the standard Scalable export location,

Scalable settings are configured in the EditorWIndowSettings.xml, found at

C:\ProgramData\Scalable Display\DEI\calibrationIgloo Vision\IglooCoreEngine\settings

Code Block
<warpType>2</warpType>
<Scalable>
	<outputResX>15360</outputResX>
	<outputResY>2160</outputResY>
	<invertOutputY>0</invertOutputY>
	<Mesh>
		<filePath>C:\ProgramData\Igloo Vision\IglooCoreEngine\warping\Cylinder\ScalableDataOrthographic.ol</filePath>
		<invertInputY>1</invertInputY>
		<inputRect>
			<startX>0</startX>
			<startY>0</startY>
			<width>1</width>
			<height>1</height>
		</inputRect>
		<outputRect>
			<startX>0</startX>
			<startY>0</startY>
			<width>1</width>
			<height>1</height>
		</outputRect>
	</Mesh>
</Scalable>

Igloo Warper (Legacy)

The Igloo Warper application can be used to generate Warp & Blending files which are applied to Igloo Core Engine’s Output windows.

...