Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
textures [2020/01/12 21:25] – [Min-/Mag Filter] admintextures [2020/01/12 21:33] – [Wrapping] admin
Line 50: Line 50:
 ===== Wrapping ===== ===== Wrapping =====
  
 +^Kind^^
 +|TGorillaTextureWrap.ClampToBorder||
 +|TGorillaTextureWrap.ClampToEdge||
 +|TGorillaTextureWrap.Clamp||
 +|TGorillaTextureWrap.Repeated||
 +|TGorillaTextureWrap.MirrorRepeated||
 +
 +===== Setting up =====
 +
 +To set up a Gorilla3D texture correctly, you need to encapsulate property configuration inside of BeginSetup and EndSetup method.
 +Only then all settings will correctly be submitted to OpenGL.
 +===== Example =====
  
 <file pascal> <file pascal>