The UV wrap mode of the image when the U or V coordinate goes outside the range 0-1. See TAgkImage.WrapU and TAgkImage.WrapV
TAgkImageWrap = ( iwClamp, iwRepeat );
Members |
Description |
iwClamp |
Clamps the pixel value to the last valid pixel. |
iwRepeat |
Repeats the texture starting from the opposite side. |
Copyright (c) 2012. All rights reserved.
|