Defines the values to use for sampler wrap mode


Lib.Media.Display3D.Context3DWrapMode.CLAMP

Clamp texture coordinates outside the 0..1 range.

Lib.Media.Display3D.Context3DWrapMode.CLAMP_U_REPEAT_V

Clamp in U axis but Repeat in V axis. (not supported)

Lib.Media.Display3D.Context3DWrapMode.REPEAT

Repeat (tile) texture coordinates outside the 0..1 range.

Lib.Media.Display3D.Context3DWrapMode.REPEAT_U_CLAMP_V

Repeat in U axis but Clamp in V axis. (not supported)

Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator