Procedure SetTexBitRepVert sets the vertical repeat flag for the referenced texture bitmap. Parameter repeatVert toggles vertical tiling.
PROCEDURE SetTexBitRepVert(
textureBitmap : HANDLE;
repeatVert : BOOLEAN);def vs.SetTexBitRepVert(textureBitmap, repeatVert):
return None| Name | Type | Description |
|---|---|---|
| textureBitmap | HANDLE | Handle to texture bitmap. |
| repeatVert | BOOLEAN | Vertical tiling setting. |
Sets the texture bitmap attribute to specify that it should repeat vertically
Availability: from VectorWorks8.0