Пример #1
0
 public void SetTexture2(GLTexture T)
 {
     Tex2 = T;
 }
Пример #2
0
 public void SetTexture(GLTexture T)
 {
     Tex = T;
 }