OpenGL Library for Delphi,
maintained by Eric Grange,
based on Mike Lischke's GLScene.

 

Oldest known version of this page was edited on 2006-08-20 00:21:50 by skinhat []
Page view:

Reference Manual - TGLTextureWrap


Specifies how a texture is wrapped. It is used by the property texturewrap in TGLTexture.

TGLTextureWrap is the enumerated type:

TGLTextureWrap = (twBoth, twNone, twVertical, twHorizontal);

twBoth: Texture is wrapped in both the horizontal and vertical direction.
twNone: No wrapping. Texture doesn't tile.
twVertical: Wraps in the vertical direction only.
twHorizontal Wraps in the horizonal direction only.


Unit: GLTexture
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.4105 seconds