Esempio n. 1
0
 public void SetTexture2(GLTexture T)
 {
     Tex2 = T;
 }
Esempio n. 2
0
 public void SetTexture(GLTexture T)
 {
     Tex = T;
 }